
Receipt for package "qjackctl"
# SliTaz package receipt. PACKAGE="qjackctl" VERSION="0.3.9" CATEGORY="multimedia" SHORT_DESC="Application to Control Jack" MAINTAINER="allan316@gmail.com" LICENSE="GPL2" WEB_SITE="https://github.com/rncbc/qjackctl" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/qjackctl/$TARBALL" DEPENDS="alsa-lib bzlib expat fontconfig freetype gcc-lib-base glib \ glibc-base jack-audio-connection-kit libffi libpng libQtCore libQtDBus \ libQtGui libQtXml libxcb util-linux-uuid xorg-libICE xorg-libSM \ xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender zlib" BUILD_DEPENDS="qmake Qt4-dev jack-audio-connection-kit \ jack-audio-connection-kit-dev xorg-xproto xorg-libX11-dev" TAGS="audio sound" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/qjackctl/files/qjackctl/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/qjackctl/||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { cd $src #sed -i 's|^LIBS.*|& -Wl,--copy-dt-needed-entries -lX11|' qjackctl.pro.in ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs #rm -rf $fs/usr/share/man }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)