wok annotate scrounge-ntfs/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
parents 164fcaca1cd0
children a3b6dd3aac6f
rev   line source
erjo@13476 1 # SliTaz package receipt.
erjo@13476 2
erjo@13476 3 PACKAGE="scrounge-ntfs"
erjo@13476 4 VERSION="0.9"
erjo@13476 5 CATEGORY="system-tools"
erjo@13476 6 SHORT_DESC="Data recovery program for NTFS file systems."
erjo@13476 7 MAINTAINER="erjo@slitaz.org"
pascal@15587 8 LICENSE="BSD"
pascal@20684 9 WEB_SITE="https://github.com/lcorbasson/scrounge-ntfs"
erjo@13476 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@13476 11 WGET_URL="http://thewalter.net/stef/software/scrounge/$TARBALL"
erjo@13476 12
erjo@13476 13 DEPENDS=""
erjo@13476 14 BUILD_DEPENDS=""
erjo@13476 15
erjo@13476 16 # Rules to configure and make the package.
erjo@13476 17 compile_rules()
erjo@13476 18 {
erjo@13476 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13476 20 }
erjo@13476 21
erjo@13476 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13476 23 genpkg_rules()
erjo@13476 24 {
erjo@13476 25 mkdir -p $fs/usr
erjo@13476 26 cp -a $install/usr/sbin $fs/usr
erjo@13476 27 }