wok annotate 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
rev   line source
xj@13869 1 # SliTaz package receipt.
xj@13869 2
xj@13869 3 PACKAGE="njconnect"
Hans-G?nter@23245 4 VERSION="1.6"
xj@13869 5 CATEGORY="multimedia"
Hans-G?nter@23245 6 SHORT_DESC="njconnect - Jack connection manager (ncursesw)."
xj@13869 7 MAINTAINER="xj@wp.pl"
pascal@15000 8 LICENSE="GPL2"
Hans-G?nter@23245 9 WEB_SITE="https://sourceforge.net/projects/njconnect/"
Hans-G?nter@23245 10
xj@13869 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@23245 12 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION.tar.xz"
xj@13869 13
Hans-G?nter@23245 14 DEPENDS="jack-audio-connection-kit ncursesw"
Hans-G?nter@23245 15 BUILD_DEPENDS="jack-audio-connection-kit-dev ncursesw ncursesw-dev"
xj@13869 16
xj@13869 17 # Rules to configure and make the package.
xj@13869 18 compile_rules()
xj@13869 19 {
Hans-G?nter@23245 20 # sed -i 's|curses|& -ltinfo|' Makefile
Hans-G?nter@23245 21 sed -i 's|LDFLAGS =|& -ljack -lncursesw -ltinfo|' \
Hans-G?nter@23245 22 Makefile
Hans-G?nter@23245 23
xj@13869 24 make DESTDIR=$install install
xj@13869 25 }
xj@13869 26
xj@13869 27 # Rules to gen a SliTaz package suitable for Tazpkg.
xj@13869 28 genpkg_rules()
xj@13869 29 {
Hans-G?nter@23245 30 cp -a $install/* $fs
xj@13869 31 }