22 lines
574 B
Plaintext
22 lines
574 B
Plaintext
# 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
|
|
}
|