wok annotate ufiformat/receipt @ rev 14528

Update some tags
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 18 09:08:05 2013 +0200 (2013-05-18)
parents 67868578708c
children 7a526dcd4932
rev   line source
pascal@14527 1 # SliTaz package receipt.
pascal@14527 2
pascal@14527 3 PACKAGE="ufiformat"
pascal@14527 4 VERSION="0.9.9"
pascal@14527 5 CATEGORY="system"
pascal@14527 6 SHORT_DESC="Low level (physical) formatting tool on USB-FDD."
pascal@14527 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14527 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14527 9 WEB_SITE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html"
pascal@14527 10 WGET_URL="http://www.geocities.jp/tedi_world/$TARBALL"
pascal@14528 11 TAGS="floppy formatter"
pascal@14527 12
pascal@14527 13 DEPENDS="e2fsprogs"
pascal@14527 14 BUILD_DEPENDS="e2fsprogs-dev"
pascal@14527 15
pascal@14527 16 # Rules to configure and make the package.
pascal@14527 17 compile_rules()
pascal@14527 18 {
pascal@14527 19 cd $src
pascal@14527 20 ./configure $CONFIGURE_ARGS &&
pascal@14527 21 make &&
pascal@14527 22 make DESTDIR=$DESTDIR install
pascal@14527 23 }
pascal@14527 24
pascal@14527 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14527 26 genpkg_rules()
pascal@14527 27 {
pascal@14527 28 mkdir -p $fs/usr
pascal@14527 29 cp -a $install/usr/bin $fs/usr
pascal@14527 30 }