wok view searchmonkey/receipt @ rev 10026

gmp, mpc-library, mpfr: fix build system wirh --build and --host from CONFIGURE_ARGS
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 21:14:41 2011 +0200 (2011-05-19)
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 }