wok-next annotate ucarp/receipt @ rev 20640
Up at-spi2-atk (2.26.1), at-spi2-core (2.26.2), atk (2.26.1), tazlito (492); add catpoint; fix lzma for 64 bit
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 01 14:16:10 2018 +0300 (2018-05-01) |
parents | 0c247ee1a841 |
children | d5aab818505e |
rev | line source |
---|---|
al@20604 | 1 # SliTaz package receipt v2. |
pascal@11227 | 2 |
pascal@11227 | 3 PACKAGE="ucarp" |
erjo@11638 | 4 VERSION="1.5.2" |
pascal@11227 | 5 CATEGORY="network" |
al@20604 | 6 SHORT_DESC="Portable implementation of the CARP protocol" |
pascal@11227 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15363 | 8 LICENSE="BSD" |
al@20604 | 9 WEB_SITE="http://www.ucarp.org/project/ucarp" |
al@20604 | 10 |
pascal@11227 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@11227 | 12 WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL" |
pascal@11227 | 13 |
al@19675 | 14 BUILD_DEPENDS="libpcap-dev gfortran gettext" |
pascal@11227 | 15 |
al@20604 | 16 compile_rules() { |
pascal@11227 | 17 sed -i 's/\$(SHELL) @install_sh@/@install_sh@/' po/Makefile.in* |
al@20604 | 18 |
al@20604 | 19 ./configure $CONFIGURE_ARGS && |
al@20604 | 20 fix libtool && |
pascal@11227 | 21 make && |
pascal@15363 | 22 make DESTDIR=$DESTDIR install |
pascal@11227 | 23 } |
pascal@11227 | 24 |
al@20604 | 25 genpkg_rules() { |
al@20604 | 26 copy @std |
al@20604 | 27 DEPENDS="libpcap" |
al@20604 | 28 TAGS="High availability HA" |
pascal@11227 | 29 } |