New package: hans-0.4.4

This commit is contained in:
Andrea Brancaleoni 2015-08-10 19:40:05 +02:00
parent c19a58d1a7
commit 249bb962e1
1 changed files with 20 additions and 0 deletions

20
srcpkgs/hans/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'hans'
pkgname=hans
version=0.4.4
revision=1
build_style=gnu-makefile
short_desc="ICMP tunneling software"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://code.gerade.org/hans/"
distfiles="https://github.com/friedrich/$pkgname/archive/v$version.tar.gz"
checksum=68fd2497e2e0219ee17a6ee06a85efbae0139b3ba068bb4b9aa65c6ab7629d37
pre_build() {
sed -i 's|GCC|CC|g' Makefile
sed -i 's|GPP|CXX|g' Makefile
}
do_install() {
vbin hans
}