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