# HG changeset patch # User Pascal Bellard # Date 1507730009 -7200 # Node ID e4b9963526cc6d875119be246094b04cc594e499 # Parent 031f91118a4b19a3f528da12c31df4e224401bf9 Up libestr (0.1.10) diff -r 031f91118a4b -r e4b9963526cc libestr-dev/receipt --- a/libestr-dev/receipt Tue Oct 10 22:14:24 2017 +0200 +++ b/libestr-dev/receipt Wed Oct 11 15:53:29 2017 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libestr-dev" -VERSION="0.1.2" +VERSION="0.1.10" CATEGORY="development" SHORT_DESC="libestr dev files" MAINTAINER="erjo@slitaz.org" diff -r 031f91118a4b -r e4b9963526cc libestr/receipt --- a/libestr/receipt Tue Oct 10 22:14:24 2017 +0200 +++ b/libestr/receipt Wed Oct 11 15:53:29 2017 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libestr" -VERSION="0.1.2" +VERSION="0.1.10" CATEGORY="system-tools" SHORT_DESC="some essentials for string handling " MAINTAINER="erjo@slitaz.org" @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } diff -r 031f91118a4b -r e4b9963526cc vrrpd/receipt --- a/vrrpd/receipt Tue Oct 10 22:14:24 2017 +0200 +++ b/vrrpd/receipt Wed Oct 11 15:53:29 2017 +0200 @@ -10,6 +10,7 @@ WEB_SITE="http://numsys.eu/" WGET_URL="https://github.com/fredbcode/Vrrpd/archive/v$VERSION.tar.gz" CONFIG_FILES="/etc/vrrpd /etc/vrrp.conf" +TAGS="High availability HA" # Rules to configure and make the package. compile_rules()