iodine: fix -server subpkg
This commit is contained in:
parent
1b64ad1605
commit
1d54d6bfc7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'iodine'
|
||||
pkgname=iodine
|
||||
version=0.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
homepage="http://code.kryo.se/iodine/"
|
||||
distfiles="http://code.kryo.se/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
makedepends="zlib-devel"
|
||||
|
@ -14,7 +14,7 @@ make_install_args="prefix=/usr"
|
|||
|
||||
iodine-server_package() {
|
||||
short_desc+=" - development files"
|
||||
depends+="iodine>=${version}_${revision}"
|
||||
depends+=" iodine>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/sbin/iodined
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue