summaryrefslogtreecommitdiffstats
path: root/base/libebml/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libebml/Pkgfile')
-rw-r--r--base/libebml/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/base/libebml/Pkgfile b/base/libebml/Pkgfile
new file mode 100644
index 000000000..77adf72cc
--- /dev/null
+++ b/base/libebml/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Librairie Extensible Binary Meta Language
+# URL: http://dl.matroska.org/downloads/libebml/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libebml
+version=0.7.8
+release=1
+source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version/make/linux
+ make
+ make prefix=$PKG/usr install
+}