wok-next view njconnect/receipt @ rev 19869

rhythmcat2, florence, alarm-clock-applet: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 27 17:55:19 2017 +0200 (2017-09-27)
parents fb478984fbc8
children d43bf7aae921
line source
1 # SliTaz package receipt.
3 PACKAGE="njconnect"
4 VERSION="1.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="njconnect - Jack connection manager (ncurses)"
7 MAINTAINER="xj@wp.pl"
8 LICENSE="GPL2"
9 WEB_SITE="http://njconnect.sourceforge.net"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
13 DEPENDS="jack ncurses"
14 BUILD_DEPENDS="jack-dev ncurses-dev xz"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make DESTDIR=$install install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }