summaryrefslogtreecommitdiffstats
path: root/libbluray/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-04-19 15:05:18 +0200
committerorchidman <lesibel@free.fr>2012-04-19 15:05:18 +0200
commit8d21ad4fc1c5a39e5ba5cd87ae6da570c4c511a6 (patch)
treedeb5b132930a96a848d0150b7893096797131583 /libbluray/Pkgfile
parent538ead19b7e915a6ff6dbf2ee1b3e598ade3599f (diff)
downloadnutyx-extra-8d21ad4fc1c5a39e5ba5cd87ae6da570c4c511a6.tar.gz
nutyx-extra-8d21ad4fc1c5a39e5ba5cd87ae6da570c4c511a6.tar.bz2
nutyx-extra-8d21ad4fc1c5a39e5ba5cd87ae6da570c4c511a6.tar.xz
nutyx-extra-8d21ad4fc1c5a39e5ba5cd87ae6da570c4c511a6.zip
libbluray 0.2-1 ajout port
Diffstat (limited to 'libbluray/Pkgfile')
-rw-r--r--libbluray/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libbluray/Pkgfile b/libbluray/Pkgfile
new file mode 100644
index 000000000..422cb2d30
--- /dev/null
+++ b/libbluray/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Bibliothèque d'accés Blu-ray
+# URL: http://www.videolan.org/developers/libbluray.html
+# Maintainer: Andrew Cook <ariscop@gmail.com>
+# Packager: fanch
+# Depends on: libxml2
+# Run on:
+
+name=libbluray
+version=0.2.1
+release=1
+source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+make DESTDIR=$PKG install
+}