diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/jack | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/jack')
| -rw-r--r-- | testing/jack/APKBUILD | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/testing/jack/APKBUILD b/testing/jack/APKBUILD deleted file mode 100644 index f0bfa1c403..0000000000 --- a/testing/jack/APKBUILD +++ /dev/null @@ -1,62 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=jack -pkgver=1.9.8 -pkgrel=0 -pkgdesc="The Jack Audio Connection Kit" -url="http://www.jackaudio.org" -arch="all" -license="GPLv2 GPLv2+ LGPLv2+" -depends="" -depends_dev="" -makedepends="$depends_dev alsa-lib-dev dbus-dev expat-dev libsamplerate-dev - libsndfile-dev ncurses-dev readline-dev python" -install="" -subpackages="$pkgname-dev $pkgname-doc $pkgname-dbus $pkgname-example-clients:_clients" -source="http://www.grame.fr/~letz/jack-$pkgver.tgz" - -_builddir="$srcdir"/jack-$pkgver/jack-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - export PREFIX=/usr - ./waf configure \ - -j1 \ - --mandir=/share/man/man1 \ - --libdir=/lib \ - --dbus \ - --alsa \ - --classic \ - || return 1 - - - ./waf build -j${JOBS:-2} -v || return 1 -} - -package() { - cd "$_builddir" - ./waf --destdir="$pkgdir" install || return 1 -} - -dbus() { - pkgdesc="Jack D-Bus launcher" - mkdir -p "$subpkgdir"/usr/bin "$subpkgdir"/usr/share - mv "$pkgdir"/usr/bin/jackdbus "$subpkgdir"/usr/bin/ || return 1 - mv "$pkgdir"/usr/share/dbus* "$subpkgdir"/usr/share/|| return 1 -} - -_clients() { - pkgdesc="Example clients that use Jack" - mkdir -p "$subpkgdir"/usr/bin - mv "$pkgdir"/usr/bin/*_* "$subpkgdir"/usr/bin/ -} - -md5sums="1dd2ff054cab79dfc11d134756f27165 jack-1.9.8.tgz" |
