forked from ports/contrib
19 lines
482 B
Plaintext
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
|
|
}
|