diff --git a/srcpkgs/iodine/template b/srcpkgs/iodine/template index 4bd53858b8d..923a0eaf5f3 100644 --- a/srcpkgs/iodine/template +++ b/srcpkgs/iodine/template @@ -1,16 +1,16 @@ # Template file for 'iodine' pkgname=iodine version=0.7.0 -revision=5 -replaces="iodine-server>=0" -homepage="http://code.kryo.se/iodine/" -distfiles="http://code.kryo.se/${pkgname}/${pkgname}-${version}.tar.gz" +revision=6 makedepends="zlib-devel" depends="net-tools" -short_desc="iodine lets you tunnel IPv4 data through a DNS server" +short_desc="Lets you tunnel IPv4 data through a DNS server" maintainer="Enno Boland " license="MIT" +homepage="http://code.kryo.se/iodine/" +distfiles="http://code.kryo.se/${pkgname}/${pkgname}-${version}.tar.gz" checksum=ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e +replaces="iodine-server>=0" do_build() { case "$XBPS_TARGET_MACHINE" in @@ -22,4 +22,6 @@ do_build() { } do_install() { make prefix=/usr DESTDIR=${DESTDIR} sbindir=/usr/bin install + sed -n '/Copyright/,/reserved/p' README > LICENSE + vlicense LICENSE }