wok-next view serf/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 0ed3f456a542
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="serf"
4 VERSION="1.3.9"
5 CATEGORY="libdevel"
6 SHORT_DESC="High-performance asynchronous HTTP client library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://serf.apache.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/serf.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://archive.apache.org/dist/serf/$TARBALL"
14 TARBALL_SHA1="26015c63e3bbb108c1689bf2090e4c26351db674"
16 BUILD_DEPENDS="scons2 apr-dev apr-util-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="apr apr-util openssl zlib" # expat libgdbm libldap util-linux-uuid ?
20 DEPENDS_dev="$PACKAGE apr-dev apr-util-dev expat-dev gdbm-dev openldap-dev \
21 openssl-dev util-linux-uuid-dev zlib-dev"
23 compile_rules() {
24 scons PREFIX=/usr &&
25 scons PREFIX=/usr install --install-sandbox=$install || return 1
27 find $install -type f -name '*.h' -exec chmod go-w '{}' \; # 666->644
28 }