augeas: augeas-devel should depend on augeas, not on itself
This commit is contained in:
parent
65b3682485
commit
f782ff959d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'augeas'
|
||||
pkgname=augeas
|
||||
version=1.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="readline-devel libxml2-devel"
|
||||
|
@ -13,7 +13,7 @@ distfiles="http://download.augeas.net/augeas-${version}.tar.gz"
|
|||
checksum=659fae7ac229029e60a869a3b88c616cfd51cf2fba286cdfe3af3a052cb35b30
|
||||
|
||||
augeas-devel_package() {
|
||||
depends="${pkgname}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue