wok view ufiformat/receipt @ rev 14649

Up wicd (1.7.2.4)
author Richard Dunbar <mojo@slitaz.org>
date Tue Jun 04 00:13:54 2013 +0000 (2013-06-04)
parents 67868578708c
children 7a526dcd4932
line source
1 # SliTaz package receipt.
3 PACKAGE="ufiformat"
4 VERSION="0.9.9"
5 CATEGORY="system"
6 SHORT_DESC="Low level (physical) formatting tool on USB-FDD."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html"
10 WGET_URL="http://www.geocities.jp/tedi_world/$TARBALL"
11 TAGS="floppy formatter"
13 DEPENDS="e2fsprogs"
14 BUILD_DEPENDS="e2fsprogs-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }