wok view testdisk/receipt @ rev 18180

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