SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "nettle"

# SliTaz package receipt.

PACKAGE="nettle"
VERSION="3.7.3"
CATEGORY="security"
SHORT_DESC="A cryptographic library that is designed to fit easily in more or less any context."
MAINTAINER="devl547@gmail.com"
LICENSE="LGPL2.1"
WEB_SITE="https://www.lysator.liu.se/~nisse/nettle/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="gcc-lib-base gmp"
BUILD_DEPENDS="gcc gmp-dev"

HOST_ARCH="i486 arm"
        
# Handle cross compilation.
case "$ARCH" in
    arm) 
        ARCH_ARGS="--enable-arm-neon" ;;
esac

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        CC=gcc            \
        CXX=g++            \
        --libdir=/usr/lib    \
        --enable-shared        \
        $CONFIGURE_ARGS        \
        ${ARCH_ARGS} && 
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_files        *.so*
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)