wok diff elfutils/receipt @ rev 11542
add: libcddb-utils. Split libcddb
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 25 13:30:28 2011 +0100 (2011-12-25) |
parents | ead6ac3e98b7 |
children | e1f534cbd1eb |
line diff
1.1 --- a/elfutils/receipt Wed May 25 19:27:13 2011 +0000 1.2 +++ b/elfutils/receipt Sun Dec 25 13:30:28 2011 +0100 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 }