wok diff speedometer/receipt @ rev 18939

Add libwnck3, libwnck3-dev; fix libwnck-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 01 17:34:09 2016 +0200 (2016-03-01)
parents 3ff94913cdab
children 934055de50e2
line diff
     1.1 --- a/speedometer/receipt	Fri Nov 23 13:37:26 2012 +0000
     1.2 +++ b/speedometer/receipt	Tue Mar 01 17:34:09 2016 +0200
     1.3 @@ -5,15 +5,16 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Measure and display rate of data across a network connection."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python python-urwid"
     1.8 +LICENSE="LGPL2.1"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://excess.org/speedometer/"
    1.11  WGET_URL="http://excess.org/speedometer/$TARBALL"
    1.12  
    1.13 +DEPENDS="python python-urwid"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/bin
    1.19  	cp $src/speedometer.py $fs/usr/bin/speedometer
    1.20  }
    1.21 -