summaryrefslogtreecommitdiffstats
path: root/base/libebml/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:27:54 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:27:54 +0200
commit383db1aa8fa85dd635cc12119d49bf5f3a3387b0 (patch)
tree45d3117ceba89edc7d5cff68ac81c56bb39e6064 /base/libebml/Pkgfile
parente1bd7f14a5f8c0d8e0d577cb189e400e29644fa1 (diff)
downloadnutyx-pakxe-383db1aa8fa85dd635cc12119d49bf5f3a3387b0.tar.gz
nutyx-pakxe-383db1aa8fa85dd635cc12119d49bf5f3a3387b0.tar.bz2
nutyx-pakxe-383db1aa8fa85dd635cc12119d49bf5f3a3387b0.tar.xz
nutyx-pakxe-383db1aa8fa85dd635cc12119d49bf5f3a3387b0.zip
libebml dans extra
Diffstat (limited to 'base/libebml/Pkgfile')
-rw-r--r--base/libebml/Pkgfile14
1 files changed, 0 insertions, 14 deletions
diff --git a/base/libebml/Pkgfile b/base/libebml/Pkgfile
deleted file mode 100644
index ccb1d58c3..000000000
--- a/base/libebml/Pkgfile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Description: Librairie Extensible Binary Meta Language
-# URL: http://dl.matroska.org/downloads/libebml/
-# Packager: skingrapher at legtux dot org
-
-name=libebml
-version=1.2.0
-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
-}