wok diff dos33fsprogs/receipt @ rev 23955

Add rhash
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 09:25:55 2020 +0000 (2020-09-26)
parents
children 5ea0ce1cecc0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dos33fsprogs/receipt	Sat Sep 26 09:25:55 2020 +0000
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="dos33fsprogs"
     1.7 +#VERSION="tfv004"
     1.8 +VERSION="ootw-v2.8"
     1.9 +CATEGORY="system-tools"
    1.10 +SHORT_DESC="Tools for manipulating Apple II dos33 filesystems."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.deater.net/weave/vmwprod/apple/dos33fs.html"
    1.15 +#WGET_URL="https://github.com/peterferrie/dos33fsprogs/archive/$VERSION.tar.gz"
    1.16 +WGET_URL="https://github.com/deater/dos33fsprogs/archive/ootw-v2.8.tar.gz"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	sed -i "s|/usr/local|$DESTDIR/usr|" Makefile.inc
    1.22 +	mkdir -p $DESTDIR/usr/bin
    1.23 +	make &&
    1.24 +	make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/usr $fs/
    1.31 +}