summaryrefslogtreecommitdiffstats
path: root/libdvdnav/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libdvdnav/Pkgfile')
-rw-r--r--libdvdnav/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/libdvdnav/Pkgfile b/libdvdnav/Pkgfile
new file mode 100644
index 000000000..f1c229a85
--- /dev/null
+++ b/libdvdnav/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie permettant la navigation des DVDs
+# URL: http://www.mplayerhq.hu/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libdvdread, libdvdcss
+# Run on: libdvdread,libdvdcss
+
+name=libdvdnav
+version=4.1.3
+release=1
+source=(http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/$name-$version.tar.bz2)
+
+build() {
+ unset MAKEFLAGS
+ cd $name-$version
+ ./autogen.sh --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/lib/libdvdread*
+}
+