wok annotate ufiformat/receipt @ rev 14527

Add ufiformat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 18 00:21:47 2013 +0200 (2013-05-18)
parents
children 9b6bb1d6033f
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@14527 11
pascal@14527 12 DEPENDS="e2fsprogs"
pascal@14527 13 BUILD_DEPENDS="e2fsprogs-dev"
pascal@14527 14
pascal@14527 15 # Rules to configure and make the package.
pascal@14527 16 compile_rules()
pascal@14527 17 {
pascal@14527 18 cd $src
pascal@14527 19 ./configure $CONFIGURE_ARGS &&
pascal@14527 20 make &&
pascal@14527 21 make DESTDIR=$DESTDIR install
pascal@14527 22 }
pascal@14527 23
pascal@14527 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14527 25 genpkg_rules()
pascal@14527 26 {
pascal@14527 27 mkdir -p $fs/usr
pascal@14527 28 cp -a $install/usr/bin $fs/usr
pascal@14527 29 }