wok-6.x annotate burp/receipt @ rev 15659
c_icap: do not start daemon while cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 07:48:19 2013 +0000 (2013-12-12) |
parents | 8c593515546f |
children | 35b44d6f715a |
rev | line source |
---|---|
pascal@13358 | 1 # SliTaz package receipt. |
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/" |
pascal@13358 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13358 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@13358 | 12 |
pascal@13358 | 13 DEPENDS="acl libssl libcrypto attr popt ncurses zlib bzlib gcc-lib-base" |
pascal@13358 | 14 BUILD_DEPENDS="librsync acl-dev openssl-dev attr-dev popt-dev ncurses-dev \ |
pascal@13358 | 15 bzip2-dev zlib-dev" |
pascal@13358 | 16 |
pascal@13358 | 17 # Rules to configure and make the package. |
pascal@13358 | 18 compile_rules() |
pascal@13358 | 19 { |
pascal@13358 | 20 cd $src |
pascal@13358 | 21 ./configure --prefix=/usr \ |
pascal@13358 | 22 --sbindir=/usr/sbin \ |
pascal@13358 | 23 --sysconfdir=/etc \ |
pascal@13358 | 24 --mandir=/usr/share/man \ |
pascal@13358 | 25 --infodir=/usr/share/info \ |
pascal@13358 | 26 $CONFIGURE_ARGS && |
pascal@13358 | 27 make && make DESTDIR=$DESTDIR install |
pascal@13358 | 28 } |
pascal@13358 | 29 |
pascal@13358 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13358 | 31 genpkg_rules() |
pascal@13358 | 32 { |
pascal@13358 | 33 cp -a $install/* $fs |
pascal@13358 | 34 } |