wok view njconnect/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 3ba8d2c9720d
children aad93546c6df
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-audio-connection-kit ncurses"
14 BUILD_DEPENDS="jack-audio-connection-kit-dev ncurses-dev xz"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i 's|curses|& -ltinfo|' Makefile
20 make DESTDIR=$install install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }