wok-next annotate mtools/receipt @ rev 21663

updated fox (1.6.49 -> 1.6.57)
author Hans-G?nter Theisgen
date Sat Jun 27 14:24:53 2020 +0100 (2020-06-27)
parents d5aab818505e
children
rev   line source
al@19816 1 # SliTaz package receipt v2.
erjo@1388 2
erjo@1388 3 PACKAGE="mtools"
al@19816 4 VERSION="4.0.18"
erjo@1388 5 CATEGORY="system-tools"
al@19816 6 SHORT_DESC="Access MS-DOS disk from *nix"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15084 8 LICENSE="GPL3"
al@19816 9 WEB_SITE="https://www.gnu.org/software/mtools/intro.html"
al@19816 10
erjo@4278 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19816 12 WGET_URL="https://ftp.gnu.org/pub/gnu/mtools/$TARBALL"
erjo@1388 13
al@21078 14 BUILD_DEPENDS="texinfo libx11-dev libice-dev"
al@21020 15 SPLIT="$PACKAGE-floppyd $PACKAGE"
pascal@15084 16
al@21020 17 compile_rules() {
al@21020 18 ./configure $CONFIGURE_ARGS &&
al@21020 19 make &&
al@21020 20 make install
erjo@1388 21 }
erjo@1388 22
al@21020 23 genpkg_rules() {
al@19816 24 case $PACKAGE in
al@19816 25 *-floppyd)
al@19816 26 copy floppyd floppyd_installtest
al@19816 27 CAT="system-tools|floppy daemon"
al@21078 28 DEPENDS="libx11 libxau"
al@19816 29 ;;
al@19816 30 mtools)
al@20207 31 copy @std @rm
al@19816 32 ;;
al@19816 33 esac
erjo@1388 34 }