# HG changeset patch # User Hans-G?nter Theisgen # Date 1577866419 -3600 # Node ID 32ecd0a69dfcac37e8e5bc745bdc18ba81a6d2a0 # Parent fb314b480fa48de154be003928b199570b463ab0 updated aspell-en (7.1-0 -> 2019.10.06.0) diff -r fb314b480fa4 -r 32ecd0a69dfc aspell-en/receipt --- a/aspell-en/receipt Wed Jan 01 09:03:19 2020 +0100 +++ b/aspell-en/receipt Wed Jan 01 09:13:39 2020 +0100 @@ -1,30 +1,33 @@ # SliTaz package receipt. PACKAGE="aspell-en" -VERSION="7.1-0" +VERSION="2019.10.06.0" CATEGORY="system-tools" SHORT_DESC="English aspell dictionary." MAINTAINER="paul@slitaz.org" LICENSE="PublicDomain" +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" + SOURCE="aspell6-en" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" +TARBALL="$SOURCE-${VERSION%.*}-${VERSION##*.}.tar.bz2" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="aspell" BUILD_DEPENDS="aspell-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { ./configure && - make && make install + 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 + cp -a $install/usr/lib/* $fs/usr/lib }