guile: move guile-config to -devel, where it belongs.
This commit is contained in:
parent
713da3d1fe
commit
633fc9003f
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'guile'.
|
||||
pkgname=guile
|
||||
version=2.0.9
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-error-on-warning"
|
||||
hostmakedepends="pkg-config texinfo"
|
||||
|
@ -26,6 +26,7 @@ guile-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
depends="gmp-devel libguile>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/guile-config
|
||||
vmove usr/include
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue