diff options
Diffstat (limited to 'pcr/libsmf')
-rw-r--r-- | pcr/libsmf/PKGBUILD | 31 |
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 -} |