New package: njconnect (#1101)

* New package: njconnect

Curses Jack connection manager

* Update njconnect
This commit is contained in:
biopsin 2018-07-23 20:21:09 +02:00 committed by cr6git
parent 5a5101cbbf
commit 19f806fccb
1 changed files with 21 additions and 0 deletions

21
njconnect Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'njconnect'
pkgname=njconnect
version=1.6
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="ncurses-devel jack-devel"
short_desc="Curses Jack connection manager"
maintainer="biopsin <biopsin@yahoo.no>"
license="GPL-2.0 or later"
homepage="https://sourceforge.net/projects/njconnect/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/files/${pkgname}-${version}.tar.xz"
checksum=f62ccadbae29129642a3317169058bbd1c3e3299195152426a618ba154726ddd
pre_build() {
sed -i "s|ncurses|ncursesw|" Makefile
}
do_install() {
vbin njconnect
}