diff options
author | piernov <piernov@piernov.org> | 2012-01-19 21:49:54 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-01-19 21:49:54 +0100 |
commit | 9a3f1098bd1dab221c4ceddf85467b27176100b8 (patch) | |
tree | dfa2996a132c9e97a7f6d83d3297fc4be9ce7764 /qjackctl/Pkgfile | |
parent | 322b2bae5ebe65320f7387843d698b10b26c7e91 (diff) | |
download | nutyx-multimedia-9a3f1098bd1dab221c4ceddf85467b27176100b8.tar.gz nutyx-multimedia-9a3f1098bd1dab221c4ceddf85467b27176100b8.tar.bz2 nutyx-multimedia-9a3f1098bd1dab221c4ceddf85467b27176100b8.tar.xz nutyx-multimedia-9a3f1098bd1dab221c4ceddf85467b27176100b8.zip |
qjackctl 0.3.8-1 ajout port
Diffstat (limited to 'qjackctl/Pkgfile')
-rw-r--r-- | qjackctl/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qjackctl/Pkgfile b/qjackctl/Pkgfile new file mode 100644 index 0000000..6c11ae0 --- /dev/null +++ b/qjackctl/Pkgfile @@ -0,0 +1,19 @@ +# Description: Interface Qt pour le serveur audio faible latence JACK. +# URL: http://qjackctl.sourceforge.net/ +# Maintainer: piernov <piernov@piernov.org> +# Packager: piernov <piernov@piernov.org> +# Depends on: jack2, qt +# Run on: jack2,qt + +name=qjackctl +version=0.3.8 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + unset MAKEFLAGS + cd $name-$version + ./configure --prefix=/usr + make -j1 + make DESTDIR=$PKG install +} |