wok-current rev 21897
updated searchmonkey (0.8.1 -> 0.8.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 17:46:51 2019 +0100 (2019-10-03) |
parents | 8a28cf0b51ed |
children | a4165ad7b30b |
files | searchmonkey/receipt |
line diff
1.1 --- a/searchmonkey/receipt Thu Oct 03 17:09:38 2019 +0100 1.2 +++ b/searchmonkey/receipt Thu Oct 03 17:46:51 2019 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="searchmonkey" 1.7 -VERSION="0.8.1" 1.8 +VERSION="0.8.3" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A fast real-time search engine using GTK+." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 +WEB_SITE="http://searchmonkey.embeddediq.com/index.php" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://searchmonkey.sourceforge.net/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 DEPENDS="gtk+ libglade xorg-libXdamage" 1.20 -BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev" 1.21 +BUILD_DEPENDS="gtk+-dev libglade-dev libzip-dev poppler-dev xorg-libXdamage-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 && 1.29 make install 1.30 @@ -28,4 +28,3 @@ 1.31 mkdir -p $fs/usr 1.32 cp -a $install/usr/bin $fs/usr 1.33 } 1.34 -