New package: conspy-1.14 (#1420)
This commit is contained in:
parent
f55bca7d4a
commit
4e64b9009a
24
srcpkgs/conspy/template
Normal file
24
srcpkgs/conspy/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'conspy'
|
||||
pkgname=conspy
|
||||
version=1.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Remote control of Linux virtual consoles"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="http://conspy.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/conspy/conspy-${version}-${revision}/conspy-${version}.tar.gz"
|
||||
checksum=4e2f05c9e19a6673a323127711ff007f7f9244f3a5c793c2b079eb7fbb113319
|
||||
|
||||
pre_configure() {
|
||||
libtoolize
|
||||
aclocal
|
||||
automake --add-missing --copy
|
||||
autoconf
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense agpl-3.0.txt
|
||||
}
|
Loading…
Reference in New Issue
Block a user