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'.
|
# Template build file for 'guile'.
|
||||||
pkgname=guile
|
pkgname=guile
|
||||||
version=2.0.11
|
version=2.0.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-error-on-warning"
|
configure_args="--disable-static --disable-error-on-warning"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -14,15 +14,12 @@ distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
|
checksum=e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
|
||||||
nocross=yes # only works for same wordsize and endianess
|
nocross=yes # only works for same wordsize and endianess
|
||||||
|
|
||||||
replaces="guile-docs>=0"
|
|
||||||
|
|
||||||
libguile_package() {
|
libguile_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
guile-devel_package() {
|
guile-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="gmp-devel libguile>=${version}_${revision}"
|
depends="gmp-devel libguile>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue