Merge pull request #6007 from Vaelatern/jackup
jack: change distfiles location
This commit is contained in:
commit
cd5403fc03
1 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgname=jack
|
||||
version=1.9.10
|
||||
revision=11
|
||||
wrksrc="jack2-${version}"
|
||||
# XXX libffado (firewire)
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="opus-devel libsamplerate-devel readline-devel dbus-devel celt-devel"
|
||||
|
@ -10,8 +11,8 @@ short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://jackaudio.org/"
|
||||
distfiles="https://dl.dropboxusercontent.com/u/28869550/jack-${version}.tar.bz2"
|
||||
checksum=5bc6336e6ac9799e3cb241915e2ba5d01b030589bbb2afae39579a59ef0f2f56
|
||||
distfiles="https://github.com/jackaudio/jack2/archive/v${version}.tar.gz"
|
||||
checksum=88f1b6601b7c8950e6a2d5940b423a33ee628ae5583da40bdce3d9317d8c600d
|
||||
|
||||
if [ -z "CROSS_BUILD" ]; then
|
||||
makedepends+=" eigen"
|
||||
|
@ -44,8 +45,8 @@ jack-devel_package() {
|
|||
depends="libjack>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue