summaryrefslogtreecommitdiffstats
path: root/extra/lsdvd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lsdvd/Pkgfile')
-rw-r--r--extra/lsdvd/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/lsdvd/Pkgfile b/extra/lsdvd/Pkgfile
new file mode 100644
index 000000000..517392bec
--- /dev/null
+++ b/extra/lsdvd/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Permet de lire le contenu d'un DVD en ligne de commande
+# URL: http://untrepid.com/acidrip/lsdvd.html
+# Packager: thierryn1 at hispeed dot ch
+# Maintainer: NuTyX core team
+# Depends on: libdvdcss
+
+name=lsdvd
+version=0.16
+release=1
+source=(http://downloads.sourceforge.net/lsdvd/$name-$version.tar.gz \
+ stdint_usage.patch)
+build()
+{
+ cd $name-$version
+ patch -Np0 -i ../stdint_usage.patch
+ ./configure --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+}