SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libunistring"

# SliTaz package receipt.

PACKAGE="libunistring"
VERSION="1.0"
CATEGORY="libdevel"
SHORT_DESC="Unicode string library."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL3 LGPL3 FDL"
WEB_SITE="https://www.gnu.org/software/libunistring/"

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

DEPENDS="glibc-base"

# 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;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS &&
    make &&
    make install
}

# 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 30 00:45:24 2024)