wok annotate ufiformat/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 380ffe05937a
children 922f061231c2
rev   line source
pascal@14527 1 # SliTaz package receipt.
pascal@14527 2
pascal@14527 3 PACKAGE="ufiformat"
pascal@14527 4 VERSION="0.9.9"
al@14742 5 CATEGORY="system-tools"
pascal@14527 6 SHORT_DESC="Low level (physical) formatting tool on USB-FDD."
pascal@14527 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pascal@14527 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@22504 10 WEB_SITE="https://github.com/tedigh/ufiformat/"
pascal@14527 11 WGET_URL="http://www.geocities.jp/tedi_world/$TARBALL"
pascal@14528 12 TAGS="floppy formatter"
pascal@14527 13
pascal@14527 14 DEPENDS="e2fsprogs"
pascal@14527 15 BUILD_DEPENDS="e2fsprogs-dev"
pascal@14527 16
pascal@14527 17 # Rules to configure and make the package.
pascal@14527 18 compile_rules()
pascal@14527 19 {
pascal@14527 20 cd $src
pascal@14527 21 ./configure $CONFIGURE_ARGS &&
pascal@14527 22 make &&
pascal@14527 23 make DESTDIR=$DESTDIR install
pascal@14527 24 }
pascal@14527 25
pascal@14527 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14527 27 genpkg_rules()
pascal@14527 28 {
pascal@14527 29 mkdir -p $fs/usr
pascal@14527 30 cp -a $install/usr/bin $fs/usr
pascal@14527 31 }