iodine: rebuild for metadata
This commit is contained in:
parent
c7a63b769e
commit
7e151caa1c
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue