summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-08 09:26:08 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-08 09:26:08 -0500
commit4658d2a68573cdd9d8b340c5de0ca6524ce9220a (patch)
treee4586b0bec26ff94457b9d5756e1b666177cb3ff /pcr
parent6203f65953ff12637dfb7c004d7c65cb271037e9 (diff)
downloadabslibre-4658d2a68573cdd9d8b340c5de0ca6524ce9220a.tar.gz
abslibre-4658d2a68573cdd9d8b340c5de0ca6524ce9220a.tar.bz2
abslibre-4658d2a68573cdd9d8b340c5de0ca6524ce9220a.zip
Removing libsmf: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/libsmf/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/libsmf/PKGBUILD b/pcr/libsmf/PKGBUILD
deleted file mode 100644
index c5efa0f58..000000000
--- a/pcr/libsmf/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor (AUR): foutrelis
-# Contributor (AUR): Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor (AUR): SpepS <dreamspepser at yahoo dot it>
-# Maintainer (AUR): Stefan Husmann <stefan-husmann@t-online.de>
-
-# parabola changes and rationale:
-# no changes.
-
-pkgname=libsmf
-pkgver=1.3
-pkgrel=6
-pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.'
-arch=('x86_64' 'i686' 'armv7h')
-url="http://sourceforge.net/projects/libsmf/"
-license=('custom:BSD')
-depends=('glib2' 'readline')
-source=("http://downloads.sourceforge.net/project/libsmf/libsmf/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('eb698f1bc0bad9d5bce4c10386347486')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-static=no
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}