wok view scrounge-ntfs/receipt @ rev 16074

Add f3
author Paul Issott <paul@slitaz.org>
date Fri Mar 14 20:38:37 2014 +0000 (2014-03-14)
parents 2e42dee053ac
children 90a87813caa6
line source
1 # SliTaz package receipt.
3 PACKAGE="scrounge-ntfs"
4 VERSION="0.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Data recovery program for NTFS file systems."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://thewalter.net/stef/software/scrounge/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://thewalter.net/stef/software/scrounge/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/sbin $fs/usr
27 }