libxvid: adopted
This commit is contained in:
parent
e761c87987
commit
763a2beb0e
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.1
|
||||
-rw-r--r-- root/root usr/lib/libxvidcore.so.4.1
|
1
libxvid/.md5sum
Normal file
1
libxvid/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
359eebc5fb496a2bf7b15010059e7897 xvidcore-1.1.0.tar.bz2
|
17
libxvid/Pkgfile
Normal file
17
libxvid/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: An ISO MPEG-4 compliant video codec
|
||||
# URL: http://www.xvid.org/
|
||||
# Maintainer: Matt Housh, jaeger at crux dot nu
|
||||
|
||||
name=libxvid
|
||||
version=1.1.0
|
||||
release=3
|
||||
source=(http://downloads.xvid.org/downloads/xvidcore-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
mkdir -p $PKG/usr/{include,lib}
|
||||
cd xvidcore-$version/build/generic/
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make includedir=$PKG/usr/include libdir=$PKG/usr/lib install
|
||||
ln -s libxvidcore.so.4.1 $PKG/usr/lib/libxvidcore.so
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user