SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "pycurl"

# SliTaz package receipt.

PACKAGE="pycurl"
VERSION="7.19.0"
CATEGORY="development"
SHORT_DESC="A Python interface to libcurl."
MAINTAINER="slaxemulator@gmail.com"
DEPENDS="python libcurl"
BUILD_DEPENDS="openssl-dev curl-dev python-dev"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://pycurl.sourceforge.net"
WGET_URL="http://pycurl.sourceforge.net/download/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    python setup.py install --curl-config=/usr/bin/curl-config --prefix $PWD/_pkg/usr

}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/lib $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)