diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:05:06 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:05:06 (GMT) |
commit | b6b94bccc3396c8953f3a669d9c93fc5894500cc (patch) | |
tree | 7e19999ce50887385fd5cdcb302cf6f4c89b43e8 /abs/extra-testing | |
parent | ac88a44561cdacab1a68d883cfb3f39ca1123bdc (diff) | |
download | linhes_pkgbuild-b6b94bccc3396c8953f3a669d9c93fc5894500cc.zip linhes_pkgbuild-b6b94bccc3396c8953f3a669d9c93fc5894500cc.tar.gz linhes_pkgbuild-b6b94bccc3396c8953f3a669d9c93fc5894500cc.tar.bz2 |
Adding missing libedbl PKGBUILD.
Needed for libmatroska
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/libebml/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/extra-testing/libebml/PKGBUILD b/abs/extra-testing/libebml/PKGBUILD new file mode 100644 index 0000000..d537999 --- /dev/null +++ b/abs/extra-testing/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') |