chroot-binutils: update to 2.23.51.0.3.
This commit is contained in:
parent
7c30ebefb0
commit
af157466d1
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,14 @@
|
||||||
# Template file for 'chroot-binutils'
|
# Template file for 'chroot-binutils'
|
||||||
pkgname=chroot-binutils
|
pkgname=chroot-binutils
|
||||||
version=2.22.52.0.4
|
version=2.23.51.0.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="binutils-${version}"
|
wrksrc="binutils-${version}"
|
||||||
bootstrap=yes
|
|
||||||
provides="binutils-${version}"
|
|
||||||
conflicts="binutils>=0"
|
|
||||||
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=d88ea0bc8591098a1666d9b97b93d81098816dd16faff90d3ed15072b40e1caf
|
checksum=2162905dabf191a2a803eab8d31e7be52d96d6ccd1e0ce42e25d82c6be918cd0
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU binutils package contains essential tools to assemble, link and
|
The GNU binutils package contains essential tools to assemble, link and
|
||||||
manipulate binary and object files. They are often used with a compiler
|
manipulate binary and object files. They are often used with a compiler
|
||||||
|
@ -31,6 +28,10 @@ if [ -n "$IN_CHROOT" ]; then
|
||||||
makedepends="flex perl"
|
makedepends="flex perl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
bootstrap=yes
|
||||||
|
provides="binutils-${version}"
|
||||||
|
conflicts="binutils>=0"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} --disable-shared \
|
./configure ${CONFIGURE_SHARED_ARGS} --disable-shared \
|
||||||
--enable-threads --disable-plugins --enable-64-bit-bfd \
|
--enable-threads --disable-plugins --enable-64-bit-bfd \
|
||||||
|
|
Loading…
Reference in a new issue