wok view njconnect/receipt @ rev 23739

updated x264 (20191105-2245 -> 20191217-2245)
author Hans-G?nter Theisgen
date Fri May 01 10:57:39 2020 +0100 (2020-05-01)
parents c7c3567bd8d4
children afae00265386
line source
1 # SliTaz package receipt.
3 PACKAGE="njconnect"
4 VERSION="1.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="njconnect - Jack connection manager (ncursesw)."
7 MAINTAINER="xj@wp.pl"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/njconnect/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
14 DEPENDS="jack-audio-connection-kit ncursesw"
15 BUILD_DEPENDS="jack-audio-connection-kit-dev ncursesw ncursesw-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # sed -i 's|curses|& -ltinfo|' Makefile
21 sed -i 's|LDFLAGS =|& -ljack -lncursesw -ltinfo|' \
22 Makefile
24 make DESTDIR=$install install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }