wok-6.x diff njconnect/receipt @ rev 14203
linux-libre: fix check_modules.sh
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 14 10:38:19 2013 +0100 (2013-03-14) |
parents | |
children | a4a3cb53e474 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/njconnect/receipt Thu Mar 14 10:38:19 2013 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="njconnect" 1.7 +VERSION="1.1" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="njconnect - Jack connection manager (ncurses)" 1.10 +MAINTAINER="xj@wp.pl" 1.11 +WEB_SITE="http://njconnect.sourceforge.net" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 +#WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz" 1.14 +WGET_URL="http://kwintesencja.nawel.pl/$PACKAGE-$VERSION.tar.xz" 1.15 + 1.16 +DEPENDS="jack-audio-connection-kit ncurses" 1.17 +BUILD_DEPENDS="jack-audio-connection-kit-dev ncurses-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make DESTDIR=$install install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/* $fs 1.29 +}