guile: remove static, put includes in devel pkg.
This commit is contained in:
parent
2d7ca1f98c
commit
28c6e8d9e9
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template build file for 'guile'.
|
# Template build file for 'guile'.
|
||||||
pkgname=guile
|
pkgname=guile
|
||||||
version=2.0.9
|
version=2.0.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static --disable-error-on-warning"
|
||||||
short_desc="A portable, embeddable Scheme implementation written in C"
|
short_desc="A portable, embeddable Scheme implementation written in C"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
|
@ -21,8 +22,8 @@ guile-devel_package() {
|
||||||
short_desc+=" (Development files)"
|
short_desc+=" (Development files)"
|
||||||
depends="guile"
|
depends="guile"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
vmove usr/lib/libguile*.a
|
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue