wok view 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
line source
1 # SliTaz package receipt
3 PACKAGE="searchmonkey"
4 VERSION="0.8.1"
5 CATEGORY="utilities"
6 SHORT_DESC="A fast real-time search engine using GTK+."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libglade xorg-libXdamage"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://searchmonkey.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure &&
18 make &&
19 make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }