wok annotate backup-manager/receipt @ rev 19905
Up backup-manager (0.7.13)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 10 09:25:19 2017 +0200 (2017-04-10) |
parents | 11b5e93cb5f2 |
children | fe437a17626b |
rev | line source |
---|---|
pascal@16976 | 1 # SliTaz package receipt. |
pascal@16976 | 2 |
pascal@16976 | 3 PACKAGE="backup-manager" |
pascal@19905 | 4 VERSION=0.7.13 |
pascal@16976 | 5 CATEGORY="network" |
pascal@16976 | 6 SHORT_DESC="A really simple to use backup tool." |
pascal@16976 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16976 | 8 LICENSE="GPL2" |
pascal@19905 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@16976 | 10 WEB_SITE="https://github.com/sukria/Backup-Manager" |
pascal@19905 | 11 WGET_URL="$WEB_SITE/archive/$GITHASH.tar.gz" |
pascal@16976 | 12 CONFIG_FILES="/etc/backup-manager.conf" |
pascal@16989 | 13 TAGS="backup" |
pascal@16976 | 14 |
pascal@16976 | 15 DEPENDS="bash perl" |
pascal@16977 | 16 BUILD_DEPENDS="wget gettext coreutils-operations" |
pascal@16976 | 17 SUGGESTED="ssh rsync mysql postgresql" |
pascal@16976 | 18 |
pascal@16976 | 19 # Rules to configure and make the package. |
pascal@16976 | 20 compile_rules() |
pascal@16976 | 21 { |
pascal@16976 | 22 make PREFIX=/usr DESTDIR=$DESTDIR install |
pascal@16976 | 23 } |
pascal@16976 | 24 |
pascal@16976 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16976 | 26 genpkg_rules() |
pascal@16976 | 27 { |
pascal@16976 | 28 mkdir $fs/etc |
pascal@16976 | 29 cp -a $install/* $fs/ |
al@19275 | 30 cp $fs/usr/share/backup-manager/backup-manager.conf.tpl $fs/etc/backup-manager.conf |
al@19275 | 31 rm -r $fs/usr/share/man |
pascal@16976 | 32 } |