wok view scrounge-ntfs/receipt @ rev 14953

Up: elementary (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:16:07 2013 +0200 (2013-08-08)
parents
children 164fcaca1cd0
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 WEB_SITE="http://thewalter.net/stef/software/scrounge/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://thewalter.net/stef/software/scrounge/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/sbin $fs/usr
26 }