diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/linuxsampler |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/linuxsampler')
-rw-r--r-- | community/linuxsampler/PKGBUILD | 38 | ||||
-rw-r--r-- | community/linuxsampler/license.txt | 7 |
2 files changed, 45 insertions, 0 deletions
diff --git a/community/linuxsampler/PKGBUILD b/community/linuxsampler/PKGBUILD new file mode 100644 index 000000000..46560fbf9 --- /dev/null +++ b/community/linuxsampler/PKGBUILD @@ -0,0 +1,38 @@ +# $Id: PKGBUILD 27576 2010-09-25 09:19:02Z schiv $ +# Maintainer: Ray Rashif <schiv@archlinux.org> +# Contributor: svoufff <svoufff at gmail dot com> +# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw> + +pkgname=linuxsampler +pkgver=1.0.0 +pkgrel=1 +pkgdesc="Professional-grade audio sampler alternative to Gigasampler" +arch=(i686 x86_64) +url="http://www.linuxsampler.org/" +license=('GPL' 'custom') +depends=('libgig' 'jack' 'sqlite3') +makedepends=('dssi' 'lv2core') +options=('libtool') # do NOT slay libtool; required by gigedit +source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2 + license.txt) +md5sums=('a97136791a3228d840b006e5481fc39d' + '746c1421eb9f6812b5fa411bfb923c75') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + + # install GPL exception statement + install -Dm644 ../license.txt \ + "$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION" +} + +# vim:set ts=2 sw=2 et: diff --git a/community/linuxsampler/license.txt b/community/linuxsampler/license.txt new file mode 100644 index 000000000..98031bc95 --- /dev/null +++ b/community/linuxsampler/license.txt @@ -0,0 +1,7 @@ +LinuxSampler is licensed under the GNU GPL with the exception that +USAGE of the source code, libraries and applications +FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without +prior written permission by the LinuxSampler authors. + +If you have questions on the subject, that are not yet covered by +the FAQ, please contact us. |