wok-next annotate mfstool/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
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 } |