void-packages/srcpkgs/dante/template

21 lines
498 B
Bash
Raw Normal View History

2020-02-10 20:44:15 +00:00
# Template file for 'dante'
pkgname=dante
version=1.4.2
2020-03-13 17:01:32 +00:00
revision=2
2020-02-10 20:44:15 +00:00
build_style=gnu-configure
hostmakedepends="tar automake libtool"
short_desc="SOCKS server and client"
maintainer="shtayerc <david.murko@mailbox.org>"
license="MIT-CMU"
homepage="http://www.inet.no/dante/index.html"
distfiles="http://www.inet.no/dante/files/dante-${version}.tar.gz"
checksum=4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE
}