chroot-binutils: update to 2.23.52.0.2.
This commit is contained in:
parent
cbbcc90526
commit
d0e257c997
1 changed files with 7 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'chroot-binutils'
|
||||
pkgname=chroot-binutils
|
||||
version=2.23.51.0.3
|
||||
revision=2
|
||||
version=2.23.52.0.2
|
||||
revision=1
|
||||
wrksrc="binutils-${version}"
|
||||
short_desc="GNU binary utilities -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/binutils/"
|
||||
license="GPL-3"
|
||||
distfiles="${KERNEL_SITE}/devel/binutils/binutils-$version.tar.xz"
|
||||
checksum=2162905dabf191a2a803eab8d31e7be52d96d6ccd1e0ce42e25d82c6be918cd0
|
||||
checksum=c2229d5d4067c782b67cfaf7f049acd8361407c0870991bc5430be5c548f6825
|
||||
|
||||
if [ "$IN_CHROOT" ]; then
|
||||
hostmakedepends="flex perl"
|
||||
|
@ -33,7 +33,9 @@ do_build() {
|
|||
do_install() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
cd ${DESTDIR}/usr && ln -s lib lib64 && cd ${wrksrc}
|
||||
cd ${DESTDIR}/usr
|
||||
ln -s lib lib64
|
||||
cd ${wrksrc}
|
||||
fi
|
||||
|
||||
make DESTDIR=${DESTDIR} tooldir=/usr install
|
||||
|
@ -44,7 +46,7 @@ do_install() {
|
|||
}
|
||||
|
||||
chroot-binutils_package() {
|
||||
provides="binutils-2.23.51.0.3"
|
||||
provides="binutils-${version}"
|
||||
conflicts="binutils>=0"
|
||||
noverifyrdeps=yes
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue