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'.
|
||||
pkgname=guile
|
||||
version=2.0.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-error-on-warning"
|
||||
short_desc="A portable, embeddable Scheme implementation written in C"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL"
|
||||
|
@ -21,8 +22,8 @@ guile-devel_package() {
|
|||
short_desc+=" (Development files)"
|
||||
depends="guile"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/lib/libguile*.a
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue