aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-07 12:10:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-07 12:10:37 +0000
commitc7a9ed2d619930f93f1c9e521953360eab9b3869 (patch)
treee944691cbb913dfa04962a8015643c2675d68a58 /testing
parent2ec1f059e1be9fdc9828418da494c3edf8c7f604 (diff)
downloadaports-c7a9ed2d619930f93f1c9e521953360eab9b3869.tar.bz2
aports-c7a9ed2d619930f93f1c9e521953360eab9b3869.tar.xz
main/libebml: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libebml/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/libebml/APKBUILD b/testing/libebml/APKBUILD
deleted file mode 100644
index 4f88ee46e9..0000000000
--- a/testing/libebml/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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"