# HG changeset patch # User Hans-G?nter Theisgen # Date 1577982030 -3600 # Node ID 66359cd3b1f77533e640224151b18989e6cb65ad # Parent fe437a17626bf668ed7c57fb50111767b833a026 updated bacon (3.8.1 -> 3.9.3) diff -r fe437a17626b -r 66359cd3b1f7 bacon/receipt --- a/bacon/receipt Thu Jan 02 16:44:39 2020 +0100 +++ b/bacon/receipt Thu Jan 02 17:20:30 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="bacon" -VERSION="3.8.1" +VERSION="3.9.3" CATEGORY="development" -SHORT_DESC="Basic to c converter" +TAGS="basic C" +SHORT_DESC="Basic to C converter." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="http://www.basic-converter.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.basic-converter.org/" WGET_URL="${WEB_SITE}stable/$TARBALL" -TAGS="basic C" DEPENDS="gtk+" BUILD_DEPENDS="gtk+-dev" @@ -17,8 +18,9 @@ # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make -j 1 && make -j 1 DESTDIR=$DESTDIR install @@ -27,5 +29,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }