wok-next annotate scrounge-ntfs/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
erjo@13476 | 2 |
erjo@13476 | 3 PACKAGE="scrounge-ntfs" |
erjo@13476 | 4 VERSION="0.9" |
erjo@13476 | 5 CATEGORY="system-tools" |
al@21020 | 6 SHORT_DESC="Data recovery program for NTFS file systems" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15587 | 8 LICENSE="BSD" |
pascal@21147 | 9 WEB_SITE="https://github.com/lcorbasson/scrounge-ntfs" |
al@21020 | 10 |
erjo@13476 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
erjo@13476 | 12 WGET_URL="http://thewalter.net/stef/software/scrounge/$TARBALL" |
erjo@13476 | 13 |
al@21020 | 14 compile_rules() { |
al@21020 | 15 ./configure $CONFIGURE_ARGS && |
al@21020 | 16 make && |
al@21020 | 17 make install |
erjo@13476 | 18 } |
erjo@13476 | 19 |
al@21020 | 20 genpkg_rules() { |
al@21020 | 21 copy @std |
erjo@13476 | 22 } |