diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/calf/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/calf/PKGBUILD')
-rw-r--r-- | community/calf/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/calf/PKGBUILD b/community/calf/PKGBUILD deleted file mode 100644 index 5d87b4067..000000000 --- a/community/calf/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 79299 2012-11-02 14:14:33Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Ray Rashif <schiv@archlinux.org> - -pkgname=calf -pkgver=0.0.19 -pkgrel=3 -pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host' -arch=('x86_64' 'i686') -url='http://calf.sf.net/' -license=('LGPL') -depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('lv2core' 'ladspa' 'dssi') -source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz") -install=calf.install -options=('!libtool') -sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --enable-experimental --enable-sse - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install -} - -# vim:set ts=2 sw=2 et: |