mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libmpc: replace old mpc pkgs.
This commit is contained in:
parent
fb0160dfdc
commit
c49721976c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libmpc'
|
# Template build file for 'libmpc'
|
||||||
pkgname=libmpc
|
pkgname=libmpc
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="mpc-${version}"
|
wrksrc="mpc-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="EGREP=egrep"
|
configure_args="EGREP=egrep"
|
||||||
|
@ -18,6 +18,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libmpc-devel_package() {
|
libmpc-devel_package() {
|
||||||
|
replaces="mpc-devel>=0"
|
||||||
depends="gmp-devel mpfr-devel libmpc-${version}_${revision}"
|
depends="gmp-devel mpfr-devel libmpc-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -29,6 +30,7 @@ libmpc-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libmpc_package() {
|
libmpc_package() {
|
||||||
|
replaces="mpc-0.9_2"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue