wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="dos33fsprogs"
4 #VERSION="tfv004"
5 VERSION="ootw-v2.8"
6 CATEGORY="system-tools"
7 SHORT_DESC="Tools for manipulating Apple II dos33 filesystems."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.deater.net/weave/vmwprod/apple/dos33fs.html"
12 #WGET_URL="https://github.com/peterferrie/dos33fsprogs/archive/$VERSION.tar.gz"
13 WGET_URL="https://github.com/deater/dos33fsprogs/archive/ootw-v2.8.tar.gz"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 sed -i "s|/usr/local|$DESTDIR/usr|" Makefile.inc
19 mkdir -p $DESTDIR/usr/bin
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs/
28 }