forked from ports/contrib
libxvid: moved opt -> contrib
This commit is contained in:
parent
c2d88b4faf
commit
1ef8bcd483
7
libxvid/.footprint
Normal file
7
libxvid/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/xvid.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libxvidcore.a
|
||||
lrwxrwxrwx root/root usr/lib/libxvidcore.so -> libxvidcore.so.4.3
|
||||
-rw-r--r-- root/root usr/lib/libxvidcore.so.4.3
|
1
libxvid/.md5sum
Normal file
1
libxvid/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
34389e980d4f849688f8b1e168f4e2f9 xvidcore-1.3.2.tar.bz2
|
18
libxvid/Pkgfile
Normal file
18
libxvid/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: An ISO MPEG-4 compliant video codec
|
||||
# URL: http://www.xvid.org/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Matt Housh, jaeger at crux dot nu
|
||||
# Nice to have: yasm
|
||||
|
||||
name=libxvid
|
||||
version=1.3.2
|
||||
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
|
||||
ln -s libxvidcore.so.4.3 $PKG/usr/lib/libxvidcore.so
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user