forked from ports/contrib
libdvdcss: picked up orphaned port
This commit is contained in:
parent
112f840011
commit
3109fb2634
12
libdvdcss/.footprint
Normal file
12
libdvdcss/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/dvdcss/
|
||||
-rw-r--r-- root/root usr/include/dvdcss/dvdcss.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libdvdcss.a
|
||||
-rwxr-xr-x root/root usr/lib/libdvdcss.la
|
||||
lrwxrwxrwx root/root usr/lib/libdvdcss.so -> libdvdcss.so.2.1.0
|
||||
lrwxrwxrwx root/root usr/lib/libdvdcss.so.2 -> libdvdcss.so.2.1.0
|
||||
-rwxr-xr-x root/root usr/lib/libdvdcss.so.2.1.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libdvdcss.pc
|
1
libdvdcss/.md5sum
Normal file
1
libdvdcss/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
962d998e883ae9bedf55578591094770 libdvdcss-20110603-r240.tar.xz
|
22
libdvdcss/Pkgfile
Normal file
22
libdvdcss/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: a library which provides functions for reading DVD video disks.
|
||||
# URL: http://www.videolan.org/developers/libdvdcss.html
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Matt Housh, jaeger at crux dot nu
|
||||
|
||||
name=libdvdcss
|
||||
version=20110603
|
||||
release=1
|
||||
source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version-r240.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
|
||||
autoreconf -i
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user