New package: iodine-0.7.0
This commit is contained in:
parent
2336cf08fb
commit
0de15a1601
1 changed files with 21 additions and 0 deletions
21
srcpkgs/iodine/template
Normal file
21
srcpkgs/iodine/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'iodine'
|
||||
pkgname=iodine
|
||||
version=0.7.0
|
||||
revision=1
|
||||
homepage="http://code.kryo.se/iodine/"
|
||||
distfiles="http://code.kryo.se/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="iodine lets you tunnel IPv4 data through a DNS server"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="MIT"
|
||||
checksum=ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr"
|
||||
|
||||
iodine-server_package() {
|
||||
short_desc+=" - development files"
|
||||
depends+="iodine>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/sbin/iodined
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue