wok diff aspell-fr/receipt @ rev 16029
ffmpeg-git: no more --disable-mmx2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 08 09:55:42 2014 +0000 (2014-03-08) |
parents | 9094f0753f3b |
children | 128aae84d74c |
line diff
1.1 --- a/aspell-fr/receipt Wed Jan 28 20:04:37 2009 +0000 1.2 +++ b/aspell-fr/receipt Sat Mar 08 09:55:42 2014 +0000 1.3 @@ -5,23 +5,25 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="French aspell dictionary." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="aspell" 1.8 -BUILD_DEPENDS="aspell aspell-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL" 1.13 1.14 +DEPENDS="aspell" 1.15 +BUILD_DEPENDS="aspell aspell-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure && \ 1.22 - make && make DESTDIR=$PWD/_pkg install 1.23 + ./configure && 1.24 + make && make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/lib 1.31 - cp -a $_pkg/usr/lib/* $fs/usr/lib 1.32 + cp -a $install/usr/lib/* $fs/usr/lib 1.33 }