wok-6.x annotate searchmonkey/receipt @ rev 23714
updated udpxy (1.0.23-9 -> 1.0.24.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 29 06:28:29 2020 +0100 (2020-04-29) |
parents | 32bcd220f1cd |
children | e919c5a2742d |
rev | line source |
---|---|
pankso@533 | 1 # SliTaz package receipt |
pankso@533 | 2 |
pankso@533 | 3 PACKAGE="searchmonkey" |
Hans-G?nter@21897 | 4 VERSION="0.8.3" |
pascal@741 | 5 CATEGORY="utilities" |
pankso@533 | 6 SHORT_DESC="A fast real-time search engine using GTK+." |
pankso@533 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15282 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@21897 | 9 WEB_SITE="http://searchmonkey.embeddediq.com/index.php" |
Hans-G?nter@21897 | 10 |
pankso@533 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@533 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@533 | 13 |
pascal@15282 | 14 DEPENDS="gtk+ libglade xorg-libXdamage" |
Hans-G?nter@21897 | 15 BUILD_DEPENDS="gtk+-dev libglade-dev libzip-dev poppler-dev xorg-libXdamage-dev" |
pascal@15282 | 16 |
pankso@533 | 17 # Rules to configure and make the package. |
pankso@533 | 18 compile_rules() |
pankso@533 | 19 { |
slaxemulator@9039 | 20 ./configure && |
pascal@2524 | 21 make && |
slaxemulator@9039 | 22 make install |
pankso@533 | 23 } |
pankso@533 | 24 |
pankso@533 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@533 | 26 genpkg_rules() |
pankso@533 | 27 { |
slaxemulator@9039 | 28 mkdir -p $fs/usr |
pascal@15282 | 29 cp -a $install/usr/bin $fs/usr |
pankso@533 | 30 } |