contrib/vlc/Pkgfile

26 lines
639 B
Plaintext
Raw Normal View History

2010-09-01 23:14:26 +02:00
# Description: The cross-platform media player and streaming server
# URL: http://www.videolan.org/vlc/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Matt Housh, jaeger at morpheus dot net
2010-11-17 21:51:56 +01:00
# Depends on: libmad, ffmpeg, qt4, libdvdnav, alsa-lib, liba52, libgcrypt
2010-09-01 23:14:26 +02:00
name=vlc
2011-02-02 21:30:13 +01:00
version=1.1.7
2011-01-24 18:23:39 +01:00
release=1
source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
2010-09-01 23:14:26 +02:00
build() {
cd $name-$version
2010-09-01 23:14:26 +02:00
./configure --prefix=/usr \
--disable-nls \
--disable-fribidi \
--disable-httpd \
--disable-dbus \
--enable-alsa \
--disable-remoteosd \
2010-09-21 12:32:13 +02:00
--disable-lua
2010-09-01 23:14:26 +02:00
make
make DESTDIR=$PKG install
}