wok-6.x annotate dar/receipt @ rev 14730
Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 13 10:45:31 2013 +0200 (2013-06-13) |
parents | |
children | 7896f0694ef6 |
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@13227 | 8 WEB_SITE="http://dar.linux.free.fr/" |
pascal@13227 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13227 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@13227 | 11 TAGS="backup" |
pascal@13227 | 12 |
pascal@13227 | 13 DEPENDS="gcc-lib-base lzo libgcrypt bzip2 attr" |
pascal@13227 | 14 BUILD_DEPENDS="lzo-dev libgcrypt-dev bzip2-dev e2fsprogs-dev attr-dev" |
pascal@13227 | 15 |
pascal@13227 | 16 # Rules to configure and make the package. |
pascal@13227 | 17 compile_rules() |
pascal@13227 | 18 { |
pascal@13227 | 19 cd $src |
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@13227 | 30 cp -a $_pkg/* $fs |
pascal@13227 | 31 } |