summaryrefslogtreecommitdiffstats
path: root/abs/extra/libebml
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
commit7b29169fff9e7c624890c5edffe85def8a293136 (patch)
tree47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/extra/libebml
parentc491dea779dac29afff3578bf8245943817c2339 (diff)
downloadlinhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2
LinHES 6.01.00
Diffstat (limited to 'abs/extra/libebml')
-rw-r--r--abs/extra/libebml/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/extra/libebml/PKGBUILD b/abs/extra/libebml/PKGBUILD
new file mode 100644
index 0000000..d537999
--- /dev/null
+++ b/abs/extra/libebml/PKGBUILD
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: damir <damir@archlinux.org>
+# Contributor: 03/08/04 <lefungus@altern.org>
+
+pkgname=libebml
+pkgver=0.7.8
+pkgrel=1
+pkgdesc="Extensible Binary Meta Language library"
+arch=(i686 x86_64)
+url="http://dl.matroska.org/downloads/libebml/"
+depends=('gcc-libs')
+license=('LGPL')
+#source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$pkgver.tar.bz2)
+source=($url/$pkgname-$pkgver.tar.bz2)
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver/make/linux
+ make || return 1
+ make prefix=$startdir/pkg/usr install
+}
+
+
+md5sums=('6278109f52e4f9d2c8a8dfc0d668b587')