wok-next annotate hfsutils/receipt @ rev 19816

gstreamer0, gst0-* are for version 0.10; while gstreamer1, gst1-* are for version 1.0; up gparted and all its suggested dependencies...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 00:56:44 2017 +0300 (2017-07-27)
parents a4d79a7fa68e
children d5aab818505e
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
pascal@18217 14 # Rules to configure and make the package.
pascal@18217 15 compile_rules()
pascal@18217 16 {
al@19816 17 mkdir -p $install/usr/bin $install/usr/share/man/man1
al@19816 18 sed -i 's|DEST =.|&$(DESTDIR)|' Makefile.in
al@19816 19
al@19816 20 ./configure $CONFIGURE_ARGS && make && make install &&
al@19816 21
al@19816 22 docdir=$install/usr/share/doc/hfsutils-$VERSION &&
al@19816 23 mkdir -p $docdir &&
al@19816 24 cp doc/*.txt $docdir
pascal@18217 25 }
pascal@18217 26
pascal@18217 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18217 28 genpkg_rules()
pascal@18217 29 {
al@19816 30 copy @std
pascal@18217 31 }