SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "aspell-sl"

# SliTaz package receipt.

PACKAGE="aspell-sl"
VERSION="0.50.0"
CATEGORY="system-tools"
SHORT_DESC="Slovenian aspell dictionary."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"

TARBALL="$PACKAGE-${VERSION%.*}-${VERSION##*.}.tar.bz2"
WGET_URL="https://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL"

DEPENDS="aspell"
BUILD_DEPENDS="aspell aspell-dev"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed "/$PACKAGE/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;s|-|.|g;q" 
}

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

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