wok-next annotate gadmin-rsync/receipt @ rev 20861

gnutls: up (3.5.18); add libpsl and publicsuffix-list; sed: up (4.5); tar: up (1.30); tcpdump: up (4.9.2); wget: up (1.19.5); xz: up (5.2.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 28 00:30:02 2018 +0300 (2018-06-28)
parents 2b9f96603415
children 8e1b2a143eb3
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@14767 2
pascal@14767 3 PACKAGE="gadmin-rsync"
pascal@14767 4 VERSION="0.1.8"
pascal@14767 5 CATEGORY="x-window"
al@20534 6 SHORT_DESC="GTK+ configuration tool for rsync"
pascal@14767 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@20534 9 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/"
al@20534 10
pascal@14767 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14767 12 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
pascal@14767 13
pascal@14767 14 BUILD_DEPENDS="gtk+-dev"
pascal@14767 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
pascal@14767 18 make &&
pascal@14767 19 make DESTDIR=$DESTDIR install
pascal@14767 20 }
pascal@14767 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="gtk+ rsync"
pascal@14767 25 }