# SliTaz package receipt. PACKAGE="arj" VERSION="3.10.22" CATEGORY="system-tools" SHORT_DESC="ARJ archiver." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" BUILD_DEPENDS="autoconf" TAGS="compression archive" # Rules to configure and make the package. compile_rules() { cd $src/gnu autoheader autoconf ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS cd .. busybox patch -p0 < $stuff/fardata.u make -k -j1 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 -a $_pkg/usr/lib $fs/usr }