# SliTaz package receipt. PACKAGE="xget" SOURCE="xcpu" VERSION="1.2.3" CATEGORY="network" SHORT_DESC="Scalable file-transfer agent." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="${SOURCE}1-$VERSION.tar.gz" WEB_SITE="http://xcpu.sourceforge.net/xget" WGET_URL="$SF_MIRROR/xcpu/$VERSION/$TARBALL" DEPENDS="" BUILD_DEPENDS="openssl openssl-dev elfutils-dev" # Rules to configure and make the package. compile_rules() { cd $src make -j 1 && make INSTALLPREFIX=$DESTDIR/usr install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin cp -a $_pkg/usr/sbin/xget $fs/usr/sbin }