wok-current diff elfutils/receipt @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
parents | ead6ac3e98b7 |
children | e1f534cbd1eb |
line diff
1.1 --- a/elfutils/receipt Wed May 25 19:27:13 2011 +0000 1.2 +++ b/elfutils/receipt Sat May 28 20:44:37 2011 +0000 1.3 @@ -13,15 +13,11 @@ 1.4 WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL" 1.5 1.6 DEPENDS="glibc-base elfutils" 1.7 -#BUILD_DEPENDS="binutils" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 cd $src 1.13 - if [ -x /usr/bin/cook ]; then 1.14 - [ -d "/var/lib/tazpkg/installed/binutils" ] || tazpkg get-install binutils 1.15 - fi 1.16 ./configure $CONFIGURE_ARGS && 1.17 make && make check && make install 1.18 }