wok-next annotate fdutils/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 2c409915a36c
children d5aab818505e
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@14526 2
pascal@14526 3 PACKAGE="fdutils"
pascal@14526 4 VERSION="5.5"
al@14742 5 CATEGORY="system-tools"
al@20534 6 SHORT_DESC="Utilities for configuring and formatting floppy"
pascal@14526 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://www.fdutils.linux.lu/"
al@20534 10
pascal@14526 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14526 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@14526 13
pascal@14526 14 BUILD_DEPENDS="flex"
pascal@14526 15
al@20534 16 compile_rules() {
pascal@14526 17 mkdir -p $DESTDIR/etc
al@20534 18 sed \
al@20534 19 -e "s|^bindir.*|bindir = $DESTDIR/usr/bin|" \
pascal@14526 20 -e "s|^sysconfdir.*|sysconfdir = $DESTDIR/etc|" \
al@20534 21 -i src/Makefile*
al@20534 22
pascal@14526 23 ./configure $CONFIGURE_ARGS &&
pascal@14526 24 make DESTDIR=$DESTDIR install-prog
pascal@14526 25 }
pascal@14526 26
al@20534 27 genpkg_rules() {
al@20534 28 copy @std
al@20534 29 TAGS="floppy formatter"
pascal@14526 30 }