libmpc: replace old mpc pkgs.
This commit is contained in:
parent
fb0160dfdc
commit
c49721976c
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libmpc'
|
||||
pkgname=libmpc
|
||||
version=1.0.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="mpc-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="EGREP=egrep"
|
||||
|
@ -18,6 +18,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libmpc-devel_package() {
|
||||
replaces="mpc-devel>=0"
|
||||
depends="gmp-devel mpfr-devel libmpc-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
|
@ -29,6 +30,7 @@ libmpc-devel_package() {
|
|||
}
|
||||
|
||||
libmpc_package() {
|
||||
replaces="mpc-0.9_2"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue