wok rev 20109
Up libestr (0.1.10)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 11 15:53:29 2017 +0200 (2017-10-11) |
parents | 031f91118a4b |
children | 91538d0fb16f |
files | libestr-dev/receipt libestr/receipt vrrpd/receipt |
line diff
1.1 --- a/libestr-dev/receipt Tue Oct 10 22:14:24 2017 +0200 1.2 +++ b/libestr-dev/receipt Wed Oct 11 15:53:29 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libestr-dev" 1.7 -VERSION="0.1.2" 1.8 +VERSION="0.1.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="libestr dev files" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/libestr/receipt Tue Oct 10 22:14:24 2017 +0200 2.2 +++ b/libestr/receipt Wed Oct 11 15:53:29 2017 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libestr" 2.7 -VERSION="0.1.2" 2.8 +VERSION="0.1.10" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="some essentials for string handling " 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -13,7 +13,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 ./configure $CONFIGURE_ARGS && make && make install 2.18 } 2.19
3.1 --- a/vrrpd/receipt Tue Oct 10 22:14:24 2017 +0200 3.2 +++ b/vrrpd/receipt Wed Oct 11 15:53:29 2017 +0200 3.3 @@ -10,6 +10,7 @@ 3.4 WEB_SITE="http://numsys.eu/" 3.5 WGET_URL="https://github.com/fredbcode/Vrrpd/archive/v$VERSION.tar.gz" 3.6 CONFIG_FILES="/etc/vrrpd /etc/vrrp.conf" 3.7 +TAGS="High availability HA" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules()