wok-undigest rev 382

Add ucarp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 20 15:22:08 2011 +0200 (2011-08-20)
parents ea3c3b733966
children 0f62e7c1c67f
files ucarp/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ucarp/receipt	Sat Aug 20 15:22:08 2011 +0200
     1.3 @@ -0,0 +1,30 @@
     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 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	sed -i 's/\$(SHELL) @install_sh@/@install_sh@/' po/Makefile.in*
    1.21 +	./configure --prefix=/usr --mandir=/usr/share/man \
    1.22 +		--localstatedir=/var \
    1.23 +	$CONFIGURE_ARGS &&
    1.24 +	make &&
    1.25 +	make DESTDIR=$PWD/_pkg install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.29 +genpkg_rules()                                      
    1.30 +{
    1.31 +	mkdir -p $fs/usr
    1.32 +	cp -a $_pkg/usr/sbin $fs/usr
    1.33 +}