mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/libebml: new aport
a C++ library to parse Extensible Binary Meta-Language files http://www.matroska.org/
This commit is contained in:
parent
efd7d2531e
commit
2277f8f073
38
testing/libebml/APKBUILD
Normal file
38
testing/libebml/APKBUILD
Normal file
@ -0,0 +1,38 @@
|
||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=libebml
|
||||
pkgver=1.2.2
|
||||
pkgrel=0
|
||||
pkgdesc="a C++ library to parse Extensible Binary Meta-Language files"
|
||||
url="http://www.matroska.org/"
|
||||
arch="all"
|
||||
license="LGPL"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
make -C make/linux
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make -C make/linux install prefix="$pkgdir/usr"
|
||||
}
|
||||
|
||||
md5sums="726cc2bd1a525929ff35ff9854c0ebab libebml-1.2.2.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user