# HG changeset patch # User Hans-G?nter Theisgen # Date 1577869478 -3600 # Node ID 5c0f02c6ca401f4d567dde59405a17ac6d2d75f1 # Parent 7585bf9ada8ccf33ddb86d42ca8c8e6fff2eae0b updated aspell-pt_PT (20070510-0 -> 20190329.1.0) diff -r 7585bf9ada8c -r 5c0f02c6ca40 aspell-pt_PT/receipt --- a/aspell-pt_PT/receipt Wed Jan 01 09:58:39 2020 +0100 +++ b/aspell-pt_PT/receipt Wed Jan 01 10:04:38 2020 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="aspell-pt_PT" -VERSION="20070510-0" +VERSION="20190329.1.0" CATEGORY="system-tools" SHORT_DESC="Portuguese aspell dictionary." MAINTAINER="paul@slitaz.org" LICENSE="GPL2" +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" + SOURCE="aspell6-pt_PT" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" +TARBALL="$SOURCE-${VERSION//./-}.tar.bz2" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL" DEPENDS="aspell" @@ -17,14 +18,14 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure && \ - make && make DESTDIR=$DESTDIR install + ./configure && + make && + make DESTDIR=$DESTDIR 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 }