wok annotate njconnect/receipt @ rev 14273

njconnect - posible workaround for broken busybox unxz
author Pawel P. <xj@wp.pl>
date Fri Apr 05 11:46:37 2013 +0000 (2013-04-05)
parents a4a3cb53e474
children 48ae594b8878
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"
xj@13869 8 WEB_SITE="http://njconnect.sourceforge.net"
xj@13869 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
xj@14270 10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
xj@13869 11
xj@13869 12 DEPENDS="jack-audio-connection-kit ncurses"
xj@14273 13 BUILD_DEPENDS="jack-audio-connection-kit-dev ncurses-dev xz"
xj@13869 14
xj@13869 15 # Rules to configure and make the package.
xj@13869 16 compile_rules()
xj@13869 17 {
xj@13869 18 make DESTDIR=$install install
xj@13869 19 }
xj@13869 20
xj@13869 21 # Rules to gen a SliTaz package suitable for Tazpkg.
xj@13869 22 genpkg_rules()
xj@13869 23 {
xj@13869 24 cp -a $install/* $fs
xj@13869 25 }