# SliTaz package receipt. PACKAGE="lrzip" VERSION="0.608" CATEGORY="utilities" SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy" MAINTAINER="devel@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ck.kolivas.org/apps/lrzip/" WGET_URL="$WEB_SITE/$TARBALL" DEPENDS="lzo bzlib zlib gcc-lib-base" BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl" TAGS="compression archive" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr }