1
0
forked from ports/opt
opt/xine-lib/Pkgfile

20 lines
618 B
Plaintext
Raw Normal View History

2005-12-08 22:30:04 +00:00
# Description: a free, GPL-licensed video player for UNIX-like systems
# URL: http://xine.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: x11, libpng, alsa-lib, libdvdnav, libogg, libvorbis, esound, flac, libsdl, arts, libmng, libmad, liba52, samba, speex, samba, libtheora, faad2
2005-12-08 22:30:04 +00:00
name=xine-lib
version=1.0.3
release=2
2005-12-08 22:30:04 +00:00
source=(http://dl.sourceforge.net/sourceforge/xine/$name-${version}a.tar.gz)
build() {
unset CFLAGS CXXFLAGS
2005-12-08 22:30:04 +00:00
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}