wok view scrounge-ntfs/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 164fcaca1cd0
children a3b6dd3aac6f
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="https://github.com/lcorbasson/scrounge-ntfs"
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 }