From 249bb962e1b1dab35a20f2524c8b65e6c8c3f62c Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 10 Aug 2015 19:40:05 +0200 Subject: [PATCH] New package: hans-0.4.4 --- srcpkgs/hans/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/hans/template diff --git a/srcpkgs/hans/template b/srcpkgs/hans/template new file mode 100644 index 00000000000..9480d41a5a9 --- /dev/null +++ b/srcpkgs/hans/template @@ -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 " +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 +}