wok-stable rev 10406
zlib: clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 06:44:24 2011 +0000 (2011-05-24) |
parents | ffc5c60a9d3f |
children | 8ad990dde0f8 |
files | zlib/receipt |
line diff
1.1 --- a/zlib/receipt Tue May 24 04:36:08 2011 +0200 1.2 +++ b/zlib/receipt Tue May 24 06:44:24 2011 +0000 1.3 @@ -5,19 +5,19 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="Compression library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glibc-base" 1.8 -BUILD_DEPENDS="glibc" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://zlib.net/" 1.11 WGET_URL="$WEB_SITE/$TARBALL" 1.12 1.13 +DEPENDS="glibc-base" 1.14 +BUILD_DEPENDS="glibc" 1.15 + 1.16 # Rules to compile & install the temporary toolchain. 1.17 cook_tmp_toolchain() 1.18 { 1.19 cd $src 1.20 ./configure --prefix=/tools && 1.21 - make 1.22 - make install 1.23 + make && make install 1.24 } 1.25 1.26 # Rules to configure and make the package. 1.27 @@ -25,8 +25,7 @@ 1.28 { 1.29 cd $src 1.30 ./configure --prefix=/usr --shared && 1.31 - make && 1.32 - make install 1.33 + make && make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg.