opt/libxvid/Pkgfile

19 lines
461 B
Plaintext
Raw Normal View History

2006-10-20 17:09:48 +02:00
# Description: An ISO MPEG-4 compliant video codec
# URL: http://www.xvid.org/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-02-03 22:27:07 +01:00
# Packager: Matt Housh, jaeger at crux dot nu
2008-03-30 04:24:44 +02:00
# Nice to have: yasm
2006-10-20 17:09:48 +02:00
name=libxvid
version=1.3.2
release=1
2008-12-11 13:06:25 +01:00
source=(http://downloads.xvid.org/downloads/xvidcore-$version.tar.bz2)
2006-10-20 17:09:48 +02:00
build() {
2009-09-30 20:39:43 +02:00
cd xvidcore/build/generic
2006-10-20 17:09:48 +02:00
./configure --prefix=/usr
make
2009-09-30 20:39:43 +02:00
make DESTDIR=$PKG install
ln -s libxvidcore.so.4.3 $PKG/usr/lib/libxvidcore.so
2006-10-20 17:09:48 +02:00
}