wok view searchmonkey/receipt @ rev 15774

Add TinyCM - A new content manager for SliTaz
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 00:18:35 2014 +0100 (2014-01-08)
parents 5b21196fec3f
children 39d2a33adb2a
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 LICENSE="LGPL2.1"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://searchmonkey.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="gtk+ libglade xorg-libXdamage"
14 BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }