From 094647542ace60f7ae09bd5d60216af2e302dce0 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 14 Mar 2020 18:58:57 -0500 Subject: Removing libinstpatch: This package is in [extra] repo --- pcr/libinstpatch/PKGBUILD | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 pcr/libinstpatch/PKGBUILD (limited to 'pcr/libinstpatch') diff --git a/pcr/libinstpatch/PKGBUILD b/pcr/libinstpatch/PKGBUILD deleted file mode 100644 index 380d8ce47..000000000 --- a/pcr/libinstpatch/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer (Arch): speps - -pkgname=libinstpatch -pkgver=1.0.0 -pkgrel=3 -pkgdesc="A library for processing digital sample based MIDI instrument patch files." -arch=(i686 x86_64) -url="http://sourceforge.net/apps/mediawiki/swami/index.php?title=Main_Page" -license=('GPL') -depends=('libsndfile' 'glib2' 'python2') -makedepends=('intltool') -options=('!libtool') -source=("http://downloads.sourceforge.net/project/swami/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -md5sums=('eca9c505fd0c47fd1f59d40598e8eb63') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # python2 fix - export PYTHON=python2 - - # configure fix - sed -i "s_echo\( \$PYTHON\)_which\1_g" -i configure - - # DSO link fix - LIBS=" -lgobject-2.0 -lglib-2.0" \ - ./configure --prefix=/usr \ - --enable-static=no - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3