summaryrefslogtreecommitdiff
path: root/community/libsmf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libsmf
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libsmf')
-rw-r--r--community/libsmf/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/libsmf/PKGBUILD b/community/libsmf/PKGBUILD
deleted file mode 100644
index 62f77a96a..000000000
--- a/community/libsmf/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 60154 2011-12-06 08:54:54Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: SpepS <dreamspepser at yahoo dot it>
-
-pkgname=libsmf
-pkgver=1.3
-pkgrel=3
-pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.'
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/libsmf/"
-license=('BSD')
-depends=('glib2' 'readline')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('eb698f1bc0bad9d5bce4c10386347486')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --enable-static=no
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}