mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: njconnect (#1101)
* New package: njconnect Curses Jack connection manager * Update njconnect
This commit is contained in:
parent
5a5101cbbf
commit
19f806fccb
1 changed files with 21 additions and 0 deletions
21
njconnect
Normal file
21
njconnect
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue