chroot-binutils: update to 2.23.52.0.2.
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
# Template file for 'chroot-binutils'
|
# Template file for 'chroot-binutils'
|
||||||
pkgname=chroot-binutils
|
pkgname=chroot-binutils
|
||||||
version=2.23.51.0.3
|
version=2.23.52.0.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="binutils-${version}"
|
wrksrc="binutils-${version}"
|
||||||
short_desc="GNU binary utilities -- for xbps-src use"
|
short_desc="GNU binary utilities -- for xbps-src use"
|
||||||
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/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${KERNEL_SITE}/devel/binutils/binutils-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/devel/binutils/binutils-$version.tar.xz"
|
||||||
checksum=2162905dabf191a2a803eab8d31e7be52d96d6ccd1e0ce42e25d82c6be918cd0
|
checksum=c2229d5d4067c782b67cfaf7f049acd8361407c0870991bc5430be5c548f6825
|
||||||
|
|
||||||
if [ "$IN_CHROOT" ]; then
|
if [ "$IN_CHROOT" ]; then
|
||||||
hostmakedepends="flex perl"
|
hostmakedepends="flex perl"
|
||||||
@@ -33,7 +33,9 @@ do_build() {
|
|||||||
do_install() {
|
do_install() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
cd ${DESTDIR}/usr && ln -s lib lib64 && cd ${wrksrc}
|
cd ${DESTDIR}/usr
|
||||||
|
ln -s lib lib64
|
||||||
|
cd ${wrksrc}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make DESTDIR=${DESTDIR} tooldir=/usr install
|
make DESTDIR=${DESTDIR} tooldir=/usr install
|
||||||
@@ -44,7 +46,7 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
chroot-binutils_package() {
|
chroot-binutils_package() {
|
||||||
provides="binutils-2.23.51.0.3"
|
provides="binutils-${version}"
|
||||||
conflicts="binutils>=0"
|
conflicts="binutils>=0"
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user