void-packages/srcpkgs/cntlm/template

26 lines
680 B
Text
Raw Normal View History

2013-07-29 18:03:22 +00:00
# Template file for 'cntlm'
pkgname=cntlm
version=0.92.3
2014-10-13 11:09:45 +00:00
revision=3
2013-07-29 18:03:22 +00:00
build_style=gnu-configure
2014-10-13 11:09:45 +00:00
replaces="runit-void<20141013_2"
conf_files="/etc/cntlm.conf"
2013-07-29 18:03:22 +00:00
short_desc="NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
homepage="http://cntlm.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
2013-07-29 18:03:22 +00:00
checksum=9c3ad10924d43f7248df9ecd33cbc033afbd7ea8d9545de0d68a2782fed76298
do_build() {
make CC=$CC ${makejobs}
}
2014-10-13 11:09:45 +00:00
do_install() {
vbin cntlm
vman doc/cntlm.1
vsv cntlm
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/cntlm.service 644 usr/lib/systemd/system
fi
2013-07-29 18:03:22 +00:00
}