diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-16 06:30:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-16 06:31:06 +0000 |
commit | 4fc5b7153a82639f151ae0a2627d57d18d00487c (patch) | |
tree | 6bf38362b346e62aff60514d1db59a2e43a8a753 /testing/hydrogen | |
parent | 2140b21cb5c323e19446db63c9bf9d74588673c8 (diff) | |
download | aports-4fc5b7153a82639f151ae0a2627d57d18d00487c.tar.bz2 aports-4fc5b7153a82639f151ae0a2627d57d18d00487c.tar.xz |
testing/hydrogen: rebuild
Hopefully it will work with updated libsndfile
Diffstat (limited to 'testing/hydrogen')
-rw-r--r-- | testing/hydrogen/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/hydrogen/APKBUILD b/testing/hydrogen/APKBUILD index c66124794..db4ea7708 100644 --- a/testing/hydrogen/APKBUILD +++ b/testing/hydrogen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hydrogen pkgver=0.9.5 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced drum machine for GNU/Linux" url="http://www.hydrogen-music.org/" arch="all" @@ -45,7 +45,8 @@ build() { package() { cd "$_builddir" - scons install DESTDIR="$pkgdir" || return 1 + export QTDIR=/usr/lib + scons -j ${JOBS:-2} install DESTDIR="$pkgdir" || return 1 } md5sums="e96f291d60e58f5d62fe616cee577dc0 hydrogen-0.9.5.tar.gz |