#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=libebml pkgver=1.2.2 pkgrel=1 zenver=72 arch=i486 source=(http://dl.matroska.org/downloads/libebml/libebml-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "license*") url=http://www.bunkus.org/videotools/mkvtoolnix/index.html sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname options=('norequiredbuilder' 'noautodotnew' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libebml is a C++ libary to parse EBML files" "libebml allows to read and write files using EBML (the Extensible" "Binary Meta Language), a binary pendant to XML." ) build() { cd $startdir/src/$pkgname-$pkgver/make/linux sed -i "s|prefix=/usr/local|prefix=/usr|g" Makefile make || return 1 make install prefix=$startdir/pkg/usr }