summaryrefslogtreecommitdiff
path: root/community/gavl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gavl/PKGBUILD')
-rw-r--r--community/gavl/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD
deleted file mode 100644
index 5af667871..000000000
--- a/community/gavl/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 76134 2012-09-12 03:17:18Z ebelanger $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
-# Contributor: Mateusz Herych <heniekk@gmail.com>
-
-pkgname=gavl
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A low level library, upon which multimedia APIs can be built.'
-arch=('i686' 'x86_64')
-url='http://gmerlin.sourceforge.net/'
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz")
-md5sums=('2752013a817fbc43ddf13552215ec2c0')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr --without-doxygen --with-cpuflags=none
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}