wok-next annotate burp/receipt @ rev 20780

GnuPG update: 2.1.21 (2017 May) -> 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 05:44:49 2018 +0000 (2018-06-09)
parents 757d032c55c7
children d5aab818505e
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@13358 2
pascal@13358 3 PACKAGE="burp"
pascal@13358 4 VERSION="1.3.10"
pascal@13358 5 CATEGORY="utilities"
samuel_trassare@13421 6 SHORT_DESC="KISS BackUp and Restore Program"
pascal@13358 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
pascal@13358 9 WEB_SITE="http://burp.grke.net/"
al@20534 10
pascal@13358 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13358 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13358 13
al@20587 14 BUILD_DEPENDS="librsync-dev acl-dev openssl-dev attr-dev popt-dev ncurses-dev \
pascal@13358 15 bzip2-dev zlib-dev"
pascal@13358 16
al@20534 17 compile_rules() {
al@20534 18 ./configure \
pascal@13358 19 --sbindir=/usr/sbin \
pascal@13358 20 $CONFIGURE_ARGS &&
al@20534 21 make &&
al@20534 22 make DESTDIR=$DESTDIR install
pascal@13358 23 }
pascal@13358 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20534 27 DEPENDS="acl openssl attr popt ncurses zlib bzlib gcc-lib-base"
pascal@13358 28 }