summaryrefslogtreecommitdiffstats
path: root/libbluray/Pkgfile
diff options
context:
space:
mode:
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
+}