contrib/libebml/Pkgfile
2016-08-14 18:02:35 +10:00

19 lines
482 B
Plaintext

# Description: A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML.
# URL: https://mkvtoolnix.download/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org.
name=libebml
version=1.3.4
release=1
source=(https://mkvtoolnix.download/sources/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}