wok-next annotate pycurl/receipt @ rev 21638

updated fail2ban (0.9.0 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Jun 26 15:26:10 2020 +0100 (2020-06-26)
parents d5aab818505e
children
rev   line source
al@20947 1 # SliTaz package receipt v2.
slaxemulator@7569 2
slaxemulator@7569 3 PACKAGE="pycurl"
slaxemulator@7569 4 VERSION="7.19.0"
slaxemulator@7569 5 CATEGORY="development"
al@20947 6 SHORT_DESC="A Python interface to libcurl"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@21041 9 WEB_SITE="http://pycurl.io/"
al@20947 10
slaxemulator@7569 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@7569 12 WGET_URL="http://pycurl.sourceforge.net/download/$TARBALL"
slaxemulator@7569 13
pascal@14996 14 BUILD_DEPENDS="openssl-dev curl-dev python-dev"
pascal@14996 15
al@20947 16 compile_rules() {
al@21020 17 python -B setup.py install \
al@20947 18 --curl-config=/usr/bin/curl-config \
al@21020 19 --prefix $install/usr
slaxemulator@7569 20 }
slaxemulator@7569 21
al@20947 22 genpkg_rules() {
al@20947 23 copy @std
al@20947 24 DEPENDS="python libcurl"
slaxemulator@7569 25 }