SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "itaka"

# SliTaz package receipt.

PACKAGE="itaka"
VERSION="0.2.2"
CATEGORY="network"
SHORT_DESC="Itaka on-demand screenshot server. Start server and let client connect via http"
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://web.archive.org/web/20140701101226/http://itaka.jardinpresente.com.ar/"
WGET_URL="https://web.archive.org/web/20140704050407if_/http://hivelocity.dl.sourceforge.net/project/itaka/$PACKAGE/$VERSION/$TARBALL"
TAGS="screenshot"

DEPENDS="pygtk twisted"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/marcetcheverry/Itaka/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make PREFIX=$DESTDIR/usr
}

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