binutils: replaces chroot-binutils.
This commit is contained in:
parent
cd5dfd8d39
commit
f78d685bdb
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'binutils'
|
# Template file for 'binutils'
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
version=2.23.52.0.2
|
version=2.23.52.0.2
|
||||||
revision=4
|
revision=5
|
||||||
short_desc="GNU binary utilities"
|
short_desc="GNU binary utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/binutils/"
|
homepage="http://www.gnu.org/software/binutils/"
|
||||||
@ -107,6 +107,7 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
binutils-devel_package() {
|
binutils-devel_package() {
|
||||||
|
replaces="chroot-binutils>=0"
|
||||||
depends="binutils>=$version"
|
depends="binutils>=$version"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
@ -118,6 +119,7 @@ binutils-devel_package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
binutils_package() {
|
binutils_package() {
|
||||||
|
replaces="chroot-binutils>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user