libdshconfig: fix -devel rdeps.
This commit is contained in:
parent
2c64fb3ff8
commit
f1fa9bfea1
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libdshconfig'
|
# Template build file for 'libdshconfig'
|
||||||
pkgname=libdshconfig
|
pkgname=libdshconfig
|
||||||
version=0.20.13
|
version=0.20.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library for parsing dsh-style configuration files"
|
short_desc="Library for parsing dsh-style configuration files"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -11,7 +11,7 @@ distfiles="$homepage/downloads/$pkgname-$version.tar.gz"
|
||||||
checksum=6f372686c5d8d721820995d2b60d2fda33fdb17cdddee9fce34795e7e98c5384
|
checksum=6f372686c5d8d721820995d2b60d2fda33fdb17cdddee9fce34795e7e98c5384
|
||||||
|
|
||||||
libdshconfig-devel_package() {
|
libdshconfig-devel_package() {
|
||||||
depends="zlib>=${version}_${revision}"
|
depends="zlib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue