wok-current annotate testdisk/receipt @ rev 18093
Up testdisk (7.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 26 11:49:18 2015 +0200 (2015-05-26) |
parents | 408c87fa22ca |
children | 8af0a5338f59 |
rev | line source |
---|---|
pankso@260 | 1 # SliTaz package receipt. |
pankso@260 | 2 |
pankso@260 | 3 PACKAGE="testdisk" |
pascal@18093 | 4 VERSION="7.0" |
pankso@260 | 5 CATEGORY="system-tools" |
pankso@260 | 6 SHORT_DESC="Data recovery tools (testdisk + photorec)." |
pankso@260 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15001 | 8 LICENSE="GPL2" |
pascal@18093 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@260 | 10 WEB_SITE="http://www.cgsecurity.org/wiki/TestDisk" |
pankso@260 | 11 WGET_URL="http://www.cgsecurity.org/$TARBALL" |
jozee@4973 | 12 TAGS="recovery rescue" |
pankso@260 | 13 |
pascal@14165 | 14 DEPENDS="e2fsprogs ncurses jpeg krb5 zlib libcomerr3 ncursesw ntfsprogs ntfs-3g" |
pascal@13477 | 15 BUILD_DEPENDS="e2fsprogs-dev ncurses-dev jpeg-dev ntfsprogs-dev ntfs-3g-dev" |
pascal@13477 | 16 |
pankso@260 | 17 # Rules to configure and make the package. |
pankso@260 | 18 compile_rules() |
pankso@260 | 19 { |
pascal@14165 | 20 ./configure --with-ntfs3g $CONFIGURE_ARGS && |
slaxemulator@10074 | 21 make && make install |
pankso@260 | 22 } |
pankso@260 | 23 |
pankso@260 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@260 | 25 genpkg_rules() |
pankso@260 | 26 { |
pankso@260 | 27 mkdir -p $fs/usr |
pascal@13477 | 28 cp -a $install/usr/bin $fs/usr |
pankso@260 | 29 } |