summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/libebml/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/libebml/PKGBUILD')
-rw-r--r--abs/extra-testing/libebml/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/extra-testing/libebml/PKGBUILD b/abs/extra-testing/libebml/PKGBUILD
deleted file mode 100644
index ffa4331..0000000
--- a/abs/extra-testing/libebml/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: damir <damir@archlinux.org>
-# Contributor: 03/08/04 <lefungus@altern.org>
-
-pkgname=libebml
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Extensible Binary Meta Language library"
-arch=(i686 x86_64)
-url="http://dl.matroska.org/downloads/libebml/"
-depends=('gcc-libs')
-license=('LGPL')
-#source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$pkgver.tar.bz2)
-source=($url/$pkgname-$pkgver.tar.bz2)
-
-build() {
- cd $startdir/src/$pkgname-$pkgver/make/linux
- make || return 1
- make prefix=$startdir/pkg/usr install
-}
-md5sums=('6d438f03d8928d83a2d120ed02705f03')