contrib/libxvid/Pkgfile

17 lines
357 B
Plaintext
Raw Normal View History

2016-08-10 12:47:41 +02:00
# Description: An ISO MPEG-4 compliant video codec
# URL: http://www.xvid.org/
# Maintainer: Danny Rawlins, crux at romster dot me
2016-08-10 12:48:45 +02:00
# Optional: yasm
2016-08-10 12:47:41 +02:00
name=libxvid
2016-08-10 12:48:45 +02:00
version=1.3.4
2016-08-10 12:47:41 +02:00
release=1
source=(http://downloads.xvid.org/downloads/xvidcore-$version.tar.bz2)
build() {
cd xvidcore/build/generic
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}