wok-next view hfsutils/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 0e8dadf052b9
children d635206a5649
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hfsutils"
4 VERSION="3.2.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="HFS Filesystem user space tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.mars.org/home/rob/proj/hfs/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.mars.org/pub/hfs/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/bin $install/usr/share/man/man1
16 sed -i 's|DEST =.|&$(DESTDIR)|' Makefile.in
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install || return 1
22 cook_pick_docs doc/*.txt
23 }
25 genpkg_rules() {
26 copy @std
27 }