glyphy: make devel depend on main package
This commit is contained in:
parent
608acffe4f
commit
70ce7bd9d2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glyphy'
|
# Template file for 'glyphy'
|
||||||
pkgname=glyphy
|
pkgname=glyphy
|
||||||
version=0.0.20190307
|
version=0.0.20190307
|
||||||
revision=1
|
revision=2
|
||||||
_gitrev=bc2da506d23bdaf3eb0d95c9649a4591b4d912c7
|
_gitrev=bc2da506d23bdaf3eb0d95c9649a4591b4d912c7
|
||||||
wrksrc="${pkgname}-${_gitrev}"
|
wrksrc="${pkgname}-${_gitrev}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -24,7 +24,7 @@ post_configure() {
|
||||||
|
|
||||||
glyphy-devel_package() {
|
glyphy-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${pkgname}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
|
Loading…
Reference in a new issue