
Receipt for package "burp"
# SliTaz package receipt. PACKAGE="burp" VERSION="1.3.10" CATEGORY="utilities" SHORT_DESC="KISS BackUp and Restore Program" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="http://burp.grke.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/grke/burp/archive/refs/tags/$VERSION.tar.gz" DEPENDS="acl libssl libcrypto attr popt ncurses zlib bzlib gcc-lib-base" BUILD_DEPENDS="librsync acl-dev openssl-dev attr-dev popt-dev ncurses-dev \ bzip2-dev zlib-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ltinfo" ./configure --prefix=/usr \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)