wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="dar"
4 VERSION="2.4.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Disk archive."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://dar.linux.free.fr/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 TAGS="backup"
14 DEPENDS="gcc-lib-base lzo libgcrypt bzip2 attr"
15 BUILD_DEPENDS="lzo-dev libgcrypt-dev bzip2-dev e2fsprogs-dev attr-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }