wok-next annotate itaka/receipt @ rev 21584

updated ddrescue (1.14 -> 1.25)
author Hans-G?nter Theisgen
date Tue Jun 23 16:38:46 2020 +0100 (2020-06-23)
parents 2949147cd6ec
children
rev   line source
al@20978 1 # SliTaz package receipt v2.
pankso@3865 2
pankso@3865 3 PACKAGE="itaka"
pankso@3865 4 VERSION="0.2.2"
pankso@5615 5 CATEGORY="network"
pankso@3865 6 SHORT_DESC="Itaka on-demand screenshot server. Start server and let client connect via http"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
al@20978 9 WEB_SITE="https://web.archive.org/web/20140701101226/http://itaka.jardinpresente.com.ar/"
al@20978 10 HOST_ARCH="any"
al@20978 11
pankso@3865 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@3865 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pankso@3865 14
al@20978 15 compile_rules() {
al@20978 16 make PREFIX=$install/usr || return 1
pascal@15600 17
al@20978 18 ln -sf ../lib/itaka/itaka.py $install/usr/bin/itaka
pankso@3865 19 }
pankso@3865 20
al@20978 21 genpkg_rules() {
al@20978 22 copy @std
al@20978 23 DEPENDS="python-pygtk python-twisted"
al@20978 24 TAGS="screenshot"
pankso@3865 25 }