wok annotate dar/receipt @ rev 22476

updated alarm-clock again (1.4.3 -> 1.4.9)
author Hans-G?nter Theisgen
date Sat Dec 28 14:43:24 2019 +0100 (2019-12-28)
parents 7896f0694ef6
children 23e58fed9a40
rev   line source
pascal@13227 1 # SliTaz package receipt.
pascal@13227 2
pascal@13227 3 PACKAGE="dar"
pascal@18381 4 VERSION="2.4.18"
pascal@13227 5 CATEGORY="system-tools"
pascal@13227 6 SHORT_DESC="Disk archive."
pascal@13227 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@13227 9 WEB_SITE="http://dar.linux.free.fr/"
pascal@13227 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13227 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13227 12 TAGS="backup"
pascal@13227 13
pascal@13227 14 DEPENDS="gcc-lib-base lzo libgcrypt bzip2 attr"
pascal@13227 15 BUILD_DEPENDS="lzo-dev libgcrypt-dev bzip2-dev e2fsprogs-dev attr-dev"
pascal@13227 16
pascal@13227 17 # Rules to configure and make the package.
pascal@13227 18 compile_rules()
pascal@13227 19 {
pascal@13227 20 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@13227 21 --mandir=/usr/share/man \
pascal@13227 22 $CONFIGURE_ARGS &&
pascal@13227 23 make &&
pascal@13227 24 make DESTDIR=$DESTDIR install
pascal@13227 25 }
pascal@13227 26
pascal@13227 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13227 28 genpkg_rules()
pascal@13227 29 {
pascal@15002 30 cp -a $install/* $fs
pascal@13227 31 }