summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libid3tag/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/libid3tag/PKGBUILD')
-rw-r--r--abs/core-testing/libid3tag/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/core-testing/libid3tag/PKGBUILD b/abs/core-testing/libid3tag/PKGBUILD
deleted file mode 100644
index aad7fb2..0000000
--- a/abs/core-testing/libid3tag/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: dorphell <dorphell@archlinux.org>
-pkgname=libid3tag
-pkgver=0.15.1b
-pkgrel=2
-pkgdesc="library for id3 tagging"
-url="http://www.underbit.com/products/mad/"
-depends=('zlib')
-arch=('i686' 'x86_64')
-source=(ftp://ftp.mars.org/pub/mpeg/$pkgname-$pkgver.tar.gz id3tag.pc)
-url="http://www.underbit.com/products/mad/"
-md5sums=('e5808ad997ba32c498803822078748c3' 'cd5ea001dc24505040b781ad1de9ddf2')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
- install -D -m644 $startdir/src/id3tag.pc $startdir/pkg/usr/lib/pkgconfig/id3tag.pc
- find $startdir/pkg -name '*.la' -exec rm {} \;
-}