wok-next view njconnect/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 1d0504e0d058
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="njconnect"
4 VERSION="1.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Jack connection manager (ncurses)"
7 MAINTAINER="xj@wp.pl"
8 LICENSE="GPL2"
9 WEB_SITE="http://njconnect.sourceforge.net"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="jack-dev ncurses-dev xz"
16 compile_rules() {
17 make DESTDIR=$install install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="jack ncurses"
23 }