wok-next diff haproxy/receipt @ rev 15147
jed: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 13:01:55 2013 +0000 (2013-08-15) |
parents | |
children | 7bb096863642 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/haproxy/receipt Thu Aug 15 13:01:55 2013 +0000 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="haproxy" 1.7 +VERSION="1.4.18" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Reliable, High Performance TCP/HTTP Load Balancer." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://haproxy.1wt.eu" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="$WEB_SITE/download/${VERSION%.*}/src/$TARBALL" 1.14 + 1.15 +DEPENDS="pcre" 1.16 +BUILD_DEPENDS="pcre-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + make TARGET=linux26 USE_PCRE=1 PREFIX=/usr DESTDIR=$DESTDIR install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir $fs/usr 1.29 + cp -a $_pkg/usr/sbin $fs/usr 1.30 +}