wok view dar/receipt @ rev 14179

Up aufs (20130311)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 10 22:10:51 2013 +0100 (2013-03-10)
parents
children 7896f0694ef6
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 WEB_SITE="http://dar.linux.free.fr/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 TAGS="backup"
13 DEPENDS="gcc-lib-base lzo libgcrypt bzip2 attr"
14 BUILD_DEPENDS="lzo-dev libgcrypt-dev bzip2-dev e2fsprogs-dev attr-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr --infodir=/usr/share/info \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $_pkg/* $fs
31 }