iodine: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-29 11:40:52 +01:00 committed by maxice8
parent c7a63b769e
commit 7e151caa1c
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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 <gottox@voidlinux.eu>"
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
}