# SliTaz package receipt. PACKAGE="lzip" VERSION="1.11" CATEGORY="utilities" SHORT_DESC="LZMA compressor" MAINTAINER="mimas@slitaz.org" DEPENDS="gcc-lib-base" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nongnu.org/lzip/lzip.html" WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr # cp $src/lzdiff $fs/usr/bin # cp $src/lzgrep $fs/usr/bin }