#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=libmatroska pkgver=1.3.0 pkgrel=1 zenver=72 arch=i486 source=(http://dl.matroska.org/downloads/libmatroska/libmatroska-$pkgver.tar.bz2) docs=("ChangeLog" "LICENSE.LGPL") 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------------------------------------------------------| "libmatroska is a C++ libary to parse Matroska files (.mkv and .mka)" "A C++ libary to parse Matroska files (.mkv and .mka). It is based on" "EBML (the Extensible Binary Meta Language)." ) 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 }