wok-next annotate scrounge-ntfs/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
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 }