
Receipt for package "xget"
# SliTaz package receipt. PACKAGE="xget" SOURCE="xcpu" VERSION="1.2.3" CATEGORY="network" SHORT_DESC="Scalable file-transfer agent." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT GPL" TARBALL="${SOURCE}1-$VERSION.tar.gz" WEB_SITE="https://xcpu.sourceforge.net/xget" WGET_URL="$SF_MIRROR/xcpu/$VERSION/$TARBALL" DEPENDS="" BUILD_DEPENDS="openssl openssl-dev elfutils-dev" current_version() { wget -O - https://sourceforge.net/projects/$SOURCE/files/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/files_name_h/!d;/XCPU/!d;s|.*XCPU/||;s|/.*||;q' } # 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 $install/usr/sbin/xget $fs/usr/sbin }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)