wok-next annotate 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
rev   line source
al@19816 1 # SliTaz package receipt v2.
pascal@18217 2
pascal@18217 3 PACKAGE="hfsutils"
pascal@18217 4 VERSION="3.2.6"
pascal@18217 5 CATEGORY="system-tools"
al@19816 6 SHORT_DESC="HFS Filesystem user space tools"
pascal@18217 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18217 8 LICENSE="GPL2"
al@19816 9 WEB_SITE="https://www.mars.org/home/rob/proj/hfs/"
al@19816 10
pascal@18217 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18217 12 WGET_URL="ftp://ftp.mars.org/pub/hfs/$TARBALL"
pascal@18217 13
al@21020 14 compile_rules() {
al@19816 15 mkdir -p $install/usr/bin $install/usr/share/man/man1
al@19816 16 sed -i 's|DEST =.|&$(DESTDIR)|' Makefile.in
al@19816 17
al@21020 18 ./configure $CONFIGURE_ARGS &&
al@21020 19 make &&
al@21020 20 make install || return 1
al@19816 21
al@21020 22 cook_pick_docs doc/*.txt
pascal@18217 23 }
pascal@18217 24
al@21020 25 genpkg_rules() {
al@19816 26 copy @std
pascal@18217 27 }