wok-next diff ucarp/receipt @ rev 11227
Add from wok-undigest: qtwitter radiotray rdpdesk rsbep siproxd songwrite soprano soprano-dev t2 thttpd tp_smapi ucarp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 04 12:23:07 2011 +0100 (2011-11-04) |
parents | |
children | 039dfd03d1b3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ucarp/receipt Fri Nov 04 12:23:07 2011 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ucarp" 1.7 +VERSION="1.5.1" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Portable implementation of the CARP protocol." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 +WEB_SITE="http://www.ucarp.org/project/ucarp" 1.13 +WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL" 1.14 +TAGS="High availability HA" 1.15 + 1.16 +BUILD_DEPENDS="libpcap-dev" 1.17 +DEPENDS="libpcap" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + sed -i 's/\$(SHELL) @install_sh@/@install_sh@/' po/Makefile.in* 1.24 + ./configure --prefix=/usr --mandir=/usr/share/man \ 1.25 + --localstatedir=/var \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && 1.28 + make DESTDIR=$PWD/_pkg install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr 1.35 + cp -a $_pkg/usr/sbin $fs/usr 1.36 +}