summaryrefslogtreecommitdiff
path: root/community/sratom/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sratom/PKGBUILD')
-rw-r--r--community/sratom/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/sratom/PKGBUILD b/community/sratom/PKGBUILD
deleted file mode 100644
index c20fc5c66..000000000
--- a/community/sratom/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 72426 2012-06-14 07:59:39Z speps $
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=sratom
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="An LV2 Atom RDF serialisation library"
-arch=(i686 x86_64)
-url="http://drobilla.net/software/$pkgname/"
-license=('custom:ISC')
-depends=('lv2' 'sord')
-makedepends=('python2')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('c03cf2849186818610ffe889be4f5b55')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # remove ldconfig
- sed -i '/ldconfig/d' wscript
-
- python2 waf configure --prefix=/usr
- python2 waf
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- DESTDIR="$pkgdir/" python2 waf install
-
- # license
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}