2008-10-21 03:09:29 +02:00
|
|
|
# Template file for 'binutils'
|
|
|
|
pkgname=binutils
|
2009-03-03 16:43:58 +01:00
|
|
|
version=2.19.1
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version.tar.bz2"
|
2008-10-21 03:09:29 +02:00
|
|
|
build_style=gnu_configure
|
2008-11-05 04:19:39 +01:00
|
|
|
configure_args="--disable-werror --enable-shared --enable-multilib
|
2008-10-31 02:28:35 +01:00
|
|
|
--enable-64-bit-bfd"
|
2009-03-18 10:02:43 +01:00
|
|
|
make_install_args="tooldir=/usr"
|
2008-10-21 03:09:29 +02:00
|
|
|
short_desc="GNU binary utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-03 16:43:58 +01:00
|
|
|
checksum=3e8225b4d7ace0a2039de752e11fd6922d3b89a7259a292c347391c4788739f6
|
2008-10-21 03:09:29 +02:00
|
|
|
long_desc="
|
|
|
|
The GNU binutils package contains essential tools to assemble, link and
|
|
|
|
manipulate binary and object files. They are often used with a compiler
|
|
|
|
and additional libraries for building software.
|
|
|
|
|
|
|
|
It includes the GNU linker, the portable GNU assembler, ar for modifying
|
|
|
|
archives (such as libraries), nm for listing symbols from object files,
|
|
|
|
objdump for displaying object file information, ranlib for generating
|
|
|
|
archive indexes, size for listing section sizes of object files,
|
|
|
|
strings for outputing the printable characters in files, strip for
|
|
|
|
stripping out symbols (like debugging information) from object files,
|
|
|
|
and other tools."
|
2008-10-27 07:42:40 +01:00
|
|
|
|
|
|
|
base_chroot=yes
|
2009-02-24 07:13:11 +01:00
|
|
|
subpackages="devel"
|
|
|
|
|
|
|
|
Add_dependency run glibc
|