SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "curl"

# SliTaz package receipt.

PACKAGE="curl"
VERSION="7.23.1"
CATEGORY="network"
SHORT_DESC="Tool and libs for transferring files with URL syntax."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://curl.haxx.se/"
WGET_URL="http://curl.haxx.se/download/$TARBALL"

DEPENDS="libssl libcurl zlib libidn"
BUILD_DEPENDS="openssl-dev libidn-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --disable-ldap \
        $CONFIGURE_ARGS &&
    make && make install
}

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

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