guile: remove obsolete replaces.
This commit is contained in:
parent
3c6c3fe93a
commit
b9748821e5
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'guile'.
|
||||
pkgname=guile
|
||||
version=2.0.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-error-on-warning"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -14,15 +14,12 @@ distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|||
checksum=e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
|
||||
nocross=yes # only works for same wordsize and endianess
|
||||
|
||||
replaces="guile-docs>=0"
|
||||
|
||||
libguile_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
guile-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="gmp-devel libguile>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue