wok-next annotate re2c/receipt @ rev 21294

updated netsurf (3.8 -> 3.9)
author Hans-G?nter Theisgen
date Mon Dec 09 07:42:31 2019 +0100 (2019-12-09)
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 }