wok annotate mfstool/receipt @ rev 23954

updated smplayer (20.4.2 -> 20.6.0)
author Hans-G?nter Theisgen
date Tue Sep 22 17:05:06 2020 +0100 (2020-09-22)
parents
children afae00265386
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"
pascal@17033 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"
pascal@17033 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17033 10 WEB_SITE="http://mfstool.sourceforge.net/"
pascal@17033 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17033 12
pascal@17033 13 # Rules to configure and make the package.
pascal@17033 14 compile_rules()
pascal@17033 15 {
pascal@17033 16 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@17033 17 make &&
pascal@17033 18 make DESTDIR=$DESTDIR install
pascal@17033 19 }
pascal@17033 20
pascal@17033 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17033 22 genpkg_rules()
pascal@17033 23 {
pascal@17033 24 cp -a $install/* $fs/
pascal@17033 25 }