# SliTaz package receipt. PACKAGE="cabextract" VERSION="1.4" CATEGORY="utilities" SHORT_DESC="Extracting Microsoft cabinet files" MAINTAINER="erjo@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cabextract.org.uk/" WGET_URL="http://www.cabextract.org.uk/$TARBALL" TAGS="extract cab exe" # 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 $install/usr/bin $fs/usr }