SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "readline"

# SliTaz package receipt.

PACKAGE="readline"
VERSION="8.1"
CATEGORY="system-tools"
SHORT_DESC="GNU readline."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL3"
WEB_SITE="https://www.gnu.org/software/readline/"

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

DEPENDS=""
BUILD_DEPENDS="ncursesw-dev"

HOST_ARCH="i486 arm"

# What is the latest version available today?
current_version()
{
    wget -O - https://ftp.gnu.org/gnu/$PACKAGE/ 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;/-[abr]/d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    case "$ARCH" in
        arm*) export bash_cv_wcwidth_broken=true ;;
    esac

#    patch -Np1 -i $stuff/readline-6.3-upstream_fixes-3.patch
    sed -i '/(MV)/d' Makefile*

    ./configure                \
        --disable-install-examples    \
        $CONFIGURE_ARGS &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files    *.so*
}
5935 packages and 845883 files in cooking database (Sun Jun 2 00:46:56 2024)