wok-next annotate njconnect/receipt @ rev 19999

Up qedit, qbittorrent
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 21:21:58 2017 +0200 (2017-10-20)
parents fb478984fbc8
children d43bf7aae921
rev   line source
xj@13869 1 # SliTaz package receipt.
xj@13869 2
xj@13869 3 PACKAGE="njconnect"
xj@14270 4 VERSION="1.2"
xj@13869 5 CATEGORY="multimedia"
xj@13869 6 SHORT_DESC="njconnect - Jack connection manager (ncurses)"
xj@13869 7 MAINTAINER="xj@wp.pl"
pascal@15000 8 LICENSE="GPL2"
xj@13869 9 WEB_SITE="http://njconnect.sourceforge.net"
xj@13869 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
xj@14270 11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
xj@13869 12
al@19829 13 DEPENDS="jack ncurses"
al@19829 14 BUILD_DEPENDS="jack-dev ncurses-dev xz"
xj@13869 15
xj@13869 16 # Rules to configure and make the package.
xj@13869 17 compile_rules()
xj@13869 18 {
xj@13869 19 make DESTDIR=$install install
xj@13869 20 }
xj@13869 21
xj@13869 22 # Rules to gen a SliTaz package suitable for Tazpkg.
xj@13869 23 genpkg_rules()
xj@13869 24 {
xj@13869 25 cp -a $install/* $fs
xj@13869 26 }