wok annotate searchmonkey/receipt @ rev 13302

exfat-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 28 18:26:06 2012 +0200 (2012-08-28)
parents 0b02072d7f48
children 32bcd220f1cd
rev   line source
pankso@533 1 # SliTaz package receipt
pankso@533 2
pankso@533 3 PACKAGE="searchmonkey"
pankso@533 4 VERSION="0.8.1"
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@2524 8 DEPENDS="gtk+ libglade xorg-libXdamage"
pankso@533 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@533 10 WEB_SITE="http://searchmonkey.sourceforge.net/"
pankso@533 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pankso@533 12
pankso@533 13 # Rules to configure and make the package.
pankso@533 14 compile_rules()
pankso@533 15 {
pankso@533 16 cd $src
slaxemulator@9039 17 ./configure &&
pascal@2524 18 make &&
slaxemulator@9039 19 make install
pankso@533 20 }
pankso@533 21
pankso@533 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@533 23 genpkg_rules()
pankso@533 24 {
slaxemulator@9039 25 mkdir -p $fs/usr
pankso@533 26 cp -a $_pkg/usr/bin $fs/usr
pankso@533 27 }
pankso@533 28