wok-next annotate mfstool/receipt @ rev 21569

updated cryptopp (5.6.5 -> 8.2.0)
author Hans-G?nter Theisgen
date Mon Jun 22 16:34:56 2020 +0100 (2020-06-22)
parents 6c69cec5b70f
children
rev   line source
pascal@17033 1 # SliTaz package receipt.
pascal@17033 2
pascal@17033 3 PACKAGE="mfstool"
pascal@17033 4 VERSION="0.5pre"
pascal@17033 5 CATEGORY="base-system"
al@21020 6 SHORT_DESC="Allows to manipulate Minix filesystem images in user-space"
pascal@17033 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17033 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://mfstool.sourceforge.net/"
al@21020 10
pascal@17033 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17033 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17033 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 $CONFIGURE_ARGS &&
pascal@17033 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@17033 20 }
pascal@17033 21
al@21020 22 genpkg_rules() {
pascal@17033 23 cp -a $install/* $fs/
pascal@17033 24 }