wok diff binutils/receipt @ rev 10501
Add eeze: E17 udev api
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 14:07:19 2011 +0200 (2011-05-25) |
parents | 54b7fcf80cbb |
children | 733f7b1b5b2a |
line diff
1.1 --- a/binutils/receipt Tue May 24 13:39:17 2011 +0000 1.2 +++ b/binutils/receipt Wed May 25 14:07:19 2011 +0200 1.3 @@ -6,13 +6,14 @@ 1.4 SHORT_DESC="GNU assembler, linker and binary utilities." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -DEPENDS="glibc zlib" 1.8 -BUILD_DEPENDS="glibc zlib" 1.9 WEB_SITE="http://www.gnu.org/software/binutils/" 1.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.11 PROVIDE="libbfd" 1.12 TAGS="assembler linker" 1.13 1.14 +DEPENDS="glibc zlib" 1.15 +BUILD_DEPENDS="glibc-dev zlib-dev" 1.16 + 1.17 # Rules to compile & install the temporary toolchain. 1.18 precook_tmp_toolchain() 1.19 {