summaryrefslogtreecommitdiffstats
path: root/libmatroska/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmatroska/Pkgfile')
-rw-r--r--libmatroska/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libmatroska/Pkgfile b/libmatroska/Pkgfile
new file mode 100644
index 000000000..10e377892
--- /dev/null
+++ b/libmatroska/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Librairie Matroska
+# URL: http://dl.matroska.org/downloads/libmatroska/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libebml
+# Run on: libebml
+
+name=libmatroska
+version=1.1.0
+release=1
+source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version/make/linux
+ make sharedlib
+ make prefix=$PKG/usr install
+}
+