wok-next annotate re2c/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 23c3aed67cd9
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@2822 2
pankso@2822 3 PACKAGE="re2c"
pankso@2822 4 VERSION="0.13.5"
pankso@2822 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Writing very fast and flexible scanners"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15601 8 LICENSE="PublicDomain"
al@21020 9 WEB_SITE="http://re2c.org/"
al@21020 10
pankso@2822 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@2822 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pankso@2822 13
al@21020 14 compile_rules() {
pankso@2822 15 ./configure \
pankso@2822 16 --prefix=/usr \
pankso@2822 17 $CONFIGURE_ARGS &&
pankso@2822 18 make &&
al@21020 19 make DESTDIR=$install install
pankso@2822 20 }
pankso@2822 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 TAGS="scanner"
pankso@2822 25 }