contrib/libxvid/Pkgfile

18 lines
339 B
Plaintext
Raw Normal View History

2016-08-10 12:47:41 +02:00
# Description: An ISO MPEG-4 compliant video codec
2020-06-12 10:14:06 +02:00
# URL: https://www.xvid.com/
2023-08-13 10:40:23 +02:00
# Maintainer: unmaintained
2016-08-10 12:48:45 +02:00
# Optional: yasm
2016-08-10 12:47:41 +02:00
name=libxvid
2020-06-12 10:14:06 +02:00
version=1.3.7
2016-08-10 12:47:41 +02:00
release=1
2020-06-12 10:14:06 +02:00
source=(https://downloads.xvid.com/downloads/xvidcore-$version.tar.bz2)
2016-08-10 12:47:41 +02:00
build() {
2023-08-13 10:40:23 +02:00
cd xvidcore/build/generic
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2016-08-10 12:47:41 +02:00
}