SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "searchmonkey"

# SliTaz package receipt

PACKAGE="searchmonkey"
VERSION="0.8.3"
CATEGORY="utilities"
SHORT_DESC="A fast real-time search engine using GTK+."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2.1"
WEB_SITE="http://searchmonkey.embeddediq.com/index.php"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="gtk+ libglade xorg-libXdamage"
BUILD_DEPENDS="gtk+-dev libglade-dev libzip-dev poppler-dev xorg-libXdamage-dev"

# What is the latest version available today?
current_version()
{
    wget -O - 'https://sourceforge.net/projects/searchmonkey/files/gSearchmonkey%20GTK%20(Gnome)/' 2>/dev/null | \
    sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*/gSearchmonkey%20GTK%20%28Gnome%29/||;s|%20.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{    
    ./configure && 
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)