PKGBUILDs/extra/libebml/PKGBUILD

24 lines
620 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $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')