wok rev 9713
glibc: make it built with cookutils
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 23:21:20 2011 +0200 (2011-05-08) |
parents | 56a6eb54a87c |
children | c8fb53e181a8 |
files | glibc/receipt |
line diff
1.1 --- a/glibc/receipt Sun May 08 22:56:23 2011 +0200 1.2 +++ b/glibc/receipt Sun May 08 23:21:20 2011 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="meta" 1.5 SHORT_DESC="The GNU C libraries. This package is used to compile the libc." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glibc-base glibc-locale glibc-dev" 1.8 -BUILD_DEPENDS="linux-api-headers" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/libc/" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 -# Genpkg order: glibc-base, glibc-extra-samba, glibc-locale, glibc-dev. 1.13 + 1.14 +DEPENDS="glibc-base glibc-locale glibc-dev" 1.15 +BUILD_DEPENDS="linux-api-headers" 1.16 + 1.17 +# Genpkg order for tazwok. 1.18 COOK_OPT="genpkg=glibc-base:glibc-extra-samba:glib-locale:glibc-dev" 1.19 1.20 # Rules to compile & install the temporary toolchain. 1.21 @@ -106,5 +108,6 @@ 1.22 mkdir -p $fs/var 1.23 1.24 # Remove build directory. 1.25 - rm -r $WOK/$PACKAGE/$PACKAGE-build 1.26 + rm -rf $WOK/$PACKAGE/source/$PACKAGE-build 1.27 + rm -rf $WOK/$PACKAGE/$PACKAGE-build 1.28 }