opt/libavifile/Pkgfile

20 lines
603 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: linux avi libary and utils (video stuff)
# URL: http://avifile.sourceforge.net/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: libsdl, liba52, libxvid, libmad, lame, libdivx, freetype, libvorbis
name=libavifile
version=0.7-0.7.45
release=1
2006-02-23 16:26:10 +01:00
source=(http://dl.sourceforge.net/sourceforge/avifile/avifile-$version.tar.bz2)
build() {
cd avifile-$version
./configure --prefix=/usr --without-qt --disable-xvidtest --disable-xvid
make
make DESTDIR=$PKG install
chmod -R go-w $PKG
rm -rf $PKG/usr/share/avifile-0.7/doc
}