contrib/libebml/Pkgfile

21 lines
540 B
Plaintext
Raw Normal View History

2010-12-16 00:04:36 +11:00
# Description: A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.
2008-02-13 15:08:48 -05:00
# URL: http://www.bunkus.org/videotools/mkvtoolnix/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-06-18 22:37:20 +10:00
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org.
2008-02-13 15:08:48 -05:00
name=libebml
2015-04-22 23:59:00 +10:00
version=1.3.1
2008-02-13 15:08:48 -05:00
release=1
2008-03-22 20:05:03 -04:00
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
2008-02-13 15:08:48 -05:00
2010-12-15 00:12:38 +11:00
build() {
2015-04-22 23:59:00 +10:00
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make prefix=$PKG/usr install
2008-02-13 15:08:48 -05:00
}