diff options
-rw-r--r-- | extra/libdvdread/.footprint | 17 | ||||
-rw-r--r-- | extra/libdvdread/.md5sum | 1 | ||||
-rw-r--r-- | extra/libdvdread/Pkgfile | 17 |
3 files changed, 35 insertions, 0 deletions
diff --git a/extra/libdvdread/.footprint b/extra/libdvdread/.footprint new file mode 100644 index 000000000..008f4fb12 --- /dev/null +++ b/extra/libdvdread/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/dvdread/ +-rw-r--r-- root/root usr/include/dvdread/cmd_print.h +-rw-r--r-- root/root usr/include/dvdread/dvd_reader.h +-rw-r--r-- root/root usr/include/dvdread/ifo_print.h +-rw-r--r-- root/root usr/include/dvdread/ifo_read.h +-rw-r--r-- root/root usr/include/dvdread/ifo_types.h +-rw-r--r-- root/root usr/include/dvdread/nav_print.h +-rw-r--r-- root/root usr/include/dvdread/nav_read.h +-rw-r--r-- root/root usr/include/dvdread/nav_types.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libdvdread.a +-rwxr-xr-x root/root usr/lib/libdvdread.la +lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.3.2.1 +lrwxrwxrwx root/root usr/lib/libdvdread.so.3 -> libdvdread.so.3.2.1 +-rwxr-xr-x root/root usr/lib/libdvdread.so.3.2.1 diff --git a/extra/libdvdread/.md5sum b/extra/libdvdread/.md5sum new file mode 100644 index 000000000..36e6b4700 --- /dev/null +++ b/extra/libdvdread/.md5sum @@ -0,0 +1 @@ +078788c9241ae16763529e1235502337 libdvdread-0.9.7.tar.gz diff --git a/extra/libdvdread/Pkgfile b/extra/libdvdread/Pkgfile new file mode 100644 index 000000000..119ab24a2 --- /dev/null +++ b/extra/libdvdread/Pkgfile @@ -0,0 +1,17 @@ +# Description: Librairie pour la lecture des DVD, +# URL: http://www.dtek.chalmers.se/groups/dvd/downloads.shtml +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libdvdcss + +name=libdvdread +version=0.9.7 +release=4 +source=(http://www.dtek.chalmers.se/groups/dvd/dist/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |