contrib/libebml/Pkgfile

19 lines
482 B
Plaintext
Raw Normal View History

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