SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "aspell-es"

# SliTaz package receipt.

PACKAGE="aspell-es"
VERSION="1.11"
CATEGORY="system-tools"
SHORT_DESC="Spanish aspell dictionary."
MAINTAINER="paul@slitaz.org"
LICENSE="GPL2"
SOURCE="aspell6-es"
TARBALL="$SOURCE-$VERSION-2.tar.bz2"
WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
WGET_URL="https://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL"
HOST_ARCH="i486 arm"

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

# 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()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/* $fs/usr/lib
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)