wok-next annotate genext2fs/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 77cfd35fcd5d
children
rev   line source
pascal@17311 1 # SliTaz package receipt.
pascal@17311 2
pascal@17311 3 PACKAGE="genext2fs"
pascal@17311 4 VERSION="1.4.1"
pascal@17311 5 CATEGORY="base-system"
al@21020 6 SHORT_DESC="Generates an ext2 filesystem as a normal (i.e. non-root) user"
pascal@17311 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17311 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://genext2fs.sourceforge.net/"
al@21020 10
pascal@17311 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17311 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
pascal@17311 17 $CONFIGURE_ARGS &&
pascal@17311 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@17311 20 }
pascal@17311 21
al@21020 22 genpkg_rules() {
pascal@17311 23 mkdir -p $fs/usr
pascal@17311 24 cp -a $install/usr/bin $fs/usr
pascal@17311 25 }