SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "aspell-en"

# SliTaz package receipt.

PACKAGE="aspell-en"
VERSION="2020.12.07.0"
CATEGORY="system-tools"
SHORT_DESC="English aspell dictionary."
MAINTAINER="paul@slitaz.org"
LICENSE="PublicDomain"
WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"

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

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

HOST_ARCH="i486 arm"

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

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    lib
}
6025 packages and 203653 files in current database (Fri May 31 00:00:08 2024)