wok-next view njconnect/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
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 }