wok-6.x diff gtkspell/receipt @ rev 24095
Add jpegoptim
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 01 14:04:21 2021 +0000 (2021-09-01) |
parents | 128aae84d74c |
children | 370da83187ab |
line diff
1.1 --- a/gtkspell/receipt Thu Apr 03 22:56:54 2014 +0200 1.2 +++ b/gtkspell/receipt Wed Sep 01 14:04:21 2021 +0000 1.3 @@ -6,20 +6,23 @@ 1.4 SHORT_DESC="provides highlighting and replacement of misspelled words" 1.5 MAINTAINER="allan316@gmail.com" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://gtkspell.sourceforge.net" 1.8 + 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 -WEB_SITE="http://gtkspell.sourceforge.net" 1.11 WGET_URL="$WEB_SITE/download/$TARBALL" 1.12 + 1.13 +DEPENDS="cairo enchant gtk+" 1.14 +BUILD_DEPENDS="enchant-dev expat-dev gtk+-dev pkg-config" 1.15 + 1.16 HOST_ARCH="i486 arm" 1.17 1.18 -DEPENDS="enchant gtk+ cairo" 1.19 -BUILD_DEPENDS="enchant-dev gtk+-dev pkg-config expat-dev" 1.20 - 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - ./configure \ 1.25 + ./configure \ 1.26 $CONFIGURE_ARGS && 1.27 - make && make install 1.28 + make && 1.29 + make install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 @@ -28,4 +31,3 @@ 1.34 mkdir -p $fs/usr 1.35 cp -a $install/usr/lib $fs/usr 1.36 } 1.37 -