
Receipt for package "backup-manager"
# SliTaz package receipt. PACKAGE="backup-manager" VERSION=0.7.15 CATEGORY="network" TAGS="backup" SHORT_DESC="A really simple to use backup tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/sukria/Backup-Manager" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" SUGGESTED="ssh rsync mysql postgresql" DEPENDS="bash perl" BUILD_DEPENDS="coreutils-operations gettext" CONFIG_FILES="/etc/backup-manager.conf" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||' | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { make PREFIX=/usr DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir $fs/etc cp -a $install/* $fs/ cp $fs/usr/share/backup-manager/backup-manager.conf.tpl \ $fs/etc/backup-manager.conf rm -r $fs/usr/share/man }
6011 packages and 861667 files in cooking database (Thu May 15 11:47:11 2025)