wok-current annotate ufiformat/receipt @ rev 15176
php: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 16 19:08:32 2013 +0000 (2013-08-16) |
parents | 7a526dcd4932 |
children | fe803e849a79 |
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@14527 | 10 WEB_SITE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html" |
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 } |