wok-next diff aspell-sl/receipt @ rev 19727
Up cryptopp (5.6.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 25 12:31:03 2017 +0200 (2017-05-25) |
parents | 191b99ca9dc2 |
children | 107066b600c7 |
line diff
1.1 --- a/aspell-sl/receipt Wed Oct 02 10:41:05 2013 +0000 1.2 +++ b/aspell-sl/receipt Thu May 25 12:31:03 2017 +0200 1.3 @@ -2,28 +2,26 @@ 1.4 1.5 PACKAGE="aspell-sl" 1.6 VERSION="0.50-0" 1.7 -CATEGORY="system-tools" 1.8 +CATEGORY="text" 1.9 SHORT_DESC="Slovenian aspell dictionary." 1.10 MAINTAINER="erjo@slitaz.org" 1.11 LICENSE="GPL2" 1.12 +WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.13 + 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.16 -WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL" 1.17 +WGET_URL="$GNU_MIRROR/aspell/dict/sl/$TARBALL" 1.18 1.19 DEPENDS="aspell" 1.20 -BUILD_DEPENDS="aspell aspell-dev" 1.21 +BUILD_DEPENDS="aspell-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - ./configure && \ 1.28 - make && make DESTDIR=$DESTDIR install 1.29 + ./configure && make && make install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 - mkdir -p $fs/usr/lib 1.36 - cp -a $install/usr/lib/* $fs/usr/lib 1.37 + cook_copy_folders lib 1.38 }