New package: njconnect (#1101)
* New package: njconnect Curses Jack connection manager * Update njconnect
This commit is contained in:
parent
5a5101cbbf
commit
19f806fccb
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue