# HG changeset patch # User Christopher Rogers # Date 1306219464 0 # Node ID b039a3d7274ca571e717a189ad5997c26b8e7a16 # Parent ffc5c60a9d3fee25a158eb659670507bca268399 zlib: clean up. diff -r ffc5c60a9d3f -r b039a3d7274c zlib/receipt --- a/zlib/receipt Tue May 24 04:36:08 2011 +0200 +++ b/zlib/receipt Tue May 24 06:44:24 2011 +0000 @@ -5,19 +5,19 @@ CATEGORY="base-system" SHORT_DESC="Compression library." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="glibc" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://zlib.net/" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="glibc" + # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() { cd $src ./configure --prefix=/tools && - make - make install + make && make install } # Rules to configure and make the package. @@ -25,8 +25,7 @@ { cd $src ./configure --prefix=/usr --shared && - make && - make install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.