dssi-vst: update to 0.9.2.20140805.
This commit is contained in:
parent
82db91f59a
commit
bef95dc576
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'dssi-vst'
|
||||
pkgname=dssi-vst
|
||||
version=0.9.2.20131028
|
||||
revision=3
|
||||
version=0.9.2.20140805
|
||||
revision=1
|
||||
_commit=b061c4360a89d3b69bfc44f63bc1bd33e2807f6c
|
||||
hostmakedepends="pkg-config git"
|
||||
makedepends="zlib-devel jack-devel alsa-lib-devel liblo-devel
|
||||
dssi-devel ladspa-sdk wine wine-devel"
|
||||
|
@ -13,11 +14,9 @@ homepage="http://breakfastquay.com/dssi-vst/"
|
|||
|
||||
only_for_archs=i686
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/falkTX/dssi-vst.git"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
wrksrc="$pkgname-$_commit"
|
||||
distfiles="https://github.com/falkTX/dssi-vst/archive/$_commit.tar.gz"
|
||||
checksum=f93da35b11a09d51263dcd76be79721151ba629dec946f80bf3e5f1201643a91
|
||||
|
||||
do_configure() {
|
||||
sed -i -e "s|/usr/local|/usr|" Makefile
|
||||
|
|
Loading…
Reference in New Issue