New package: cross-arm-linux-gnueabihf-binutils-2.23.1.
This commit is contained in:
parent
0ef5f8cf3a
commit
693959f4b4
1 changed files with 19 additions and 0 deletions
19
srcpkgs/cross-arm-linux-gnueabihf-binutils/template
Normal file
19
srcpkgs/cross-arm-linux-gnueabihf-binutils/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'cross-arm-linux-gnueabihf-binutils'
|
||||||
|
pkgname=cross-arm-linux-gnueabihf-binutils
|
||||||
|
version=2.23.1
|
||||||
|
revision=1
|
||||||
|
disable_debug=yes
|
||||||
|
wrksrc="binutils-${version}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-nls --target=arm-linux-gnueabihf"
|
||||||
|
makedepends="flex perl"
|
||||||
|
short_desc="GNU binary utilities for arm-linux-gnueabihf target"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.gnu.org/software/binutils/"
|
||||||
|
license="GPL-3"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/binutils/binutils-${version}.tar.bz2"
|
||||||
|
checksum=2ab2e5b03e086d12c6295f831adad46b3e1410a3a234933a2e8fac66cb2e7a19
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib{,64}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue