wok-next annotate hfsutils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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 }