wok-next view scrounge-ntfs/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 164fcaca1cd0
children 0f152bd1ccf4
line source
1 # SliTaz package receipt v2.
3 PACKAGE="scrounge-ntfs"
4 VERSION="0.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Data recovery program for NTFS file systems"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://thewalter.net/stef/software/scrounge/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://thewalter.net/stef/software/scrounge/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make install
18 }
20 genpkg_rules() {
21 copy @std
22 }