
Receipt for package "aespipe"
# SliTaz package receipt. PACKAGE="aespipe" VERSION="2.4f" CATEGORY="utilities" SHORT_DESC="AES encrypting or decrypting pipe." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" WEB_SITE="https://sourceforge.net/projects/loop-aes/" TARBALL="$PACKAGE-v$VERSION.tar.bz2" WGET_URL="$WEB_SITE/files/$PACKAGE/v$VERSION/$TARBALL" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/loop-aes/files/aespipe/ 2>/dev/null | \ sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/aespipe/v||;s|/.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ $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 }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)