wok-current diff re2c/receipt @ rev 21835
updated re2c (0.13.5 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Sep 14 10:21:53 2019 +0100 (2019-09-14) |
parents | 23c3aed67cd9 |
children | f2e985474c6d |
line diff
1.1 --- a/re2c/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/re2c/receipt Sat Sep 14 10:21:53 2019 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="re2c" 1.7 -VERSION="0.13.5" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Re2c is a tool for writing very fast and very flexible scanners." 1.11 +TAGS="scanner" 1.12 +SHORT_DESC="A tool for generating C-based recognisers from regular expressions." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="PublicDomain" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://re2c.org/" 1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 -TAGS="scanner" 1.19 +WEB_SITE="https://re2c.org/" 1.20 + 1.21 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.22 +WGET_URL="https://github.com/skvadrik/releases/download/$VERSION/$TARBALL" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 - ./configure \ 1.29 - --prefix=/usr \ 1.30 + ./configure \ 1.31 + --prefix=/usr \ 1.32 $CONFIGURE_ARGS && 1.33 make && 1.34 make DESTDIR=$DESTDIR install