wok annotate dar/receipt @ rev 16221

ruby fix duplicated files ARM add libcroco, libgsf
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 31 23:12:38 2014 +0200 (2014-03-31)
parents 6ce5c4a87753
children 2758b576b60b
rev   line source
pascal@13227 1 # SliTaz package receipt.
pascal@13227 2
pascal@13227 3 PACKAGE="dar"
pascal@13227 4 VERSION="2.4.6"
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 cd $src
pascal@13227 21 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@13227 22 --mandir=/usr/share/man \
pascal@13227 23 $CONFIGURE_ARGS &&
pascal@13227 24 make &&
pascal@13227 25 make DESTDIR=$DESTDIR install
pascal@13227 26 }
pascal@13227 27
pascal@13227 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13227 29 genpkg_rules()
pascal@13227 30 {
pascal@15002 31 cp -a $install/* $fs
pascal@13227 32 }