wok-next annotate ufiformat/receipt @ rev 21066

Switch some python packages to traditional build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 06 13:30:23 2018 +0200 (2018-12-06)
parents 380ffe05937a
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@14527 2
pascal@14527 3 PACKAGE="ufiformat"
pascal@14527 4 VERSION="0.9.9"
al@14742 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Low level (physical) formatting tool on USB-FDD"
pascal@14527 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html"
al@21020 10
pascal@14527 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14527 12 WGET_URL="http://www.geocities.jp/tedi_world/$TARBALL"
pascal@14527 13
pascal@14527 14 BUILD_DEPENDS="e2fsprogs-dev"
pascal@14527 15
al@21020 16 compile_rules() {
pascal@14527 17 ./configure $CONFIGURE_ARGS &&
pascal@14527 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@14527 20 }
pascal@14527 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 DEPENDS="e2fsprogs"
al@21020 25 TAGS="floppy formatter"
pascal@14527 26 }