wok-next diff speedometer/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents 3b4e4318134e
children
line diff
     1.1 --- a/speedometer/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/speedometer/receipt	Thu Apr 09 16:25:22 2020 +0100
     1.3 @@ -3,18 +3,16 @@
     1.4  PACKAGE="speedometer"
     1.5  VERSION="2.8"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="Measure and display rate of data across a network connection."
     1.8 +SHORT_DESC="Measure and display rate of data across a network connection"
     1.9  MAINTAINER="paul@slitaz.org"
    1.10  LICENSE="LGPL2.1"
    1.11 +WEB_SITE="http://excess.org/speedometer/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://excess.org/speedometer/"
    1.15  WGET_URL="http://excess.org/speedometer/$TARBALL"
    1.16  
    1.17 -DEPENDS="python python-urwid"
    1.18 -
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	mkdir -p $fs/usr/bin
    1.24  	cp $src/speedometer.py $fs/usr/bin/speedometer
    1.25 +	DEPENDS="python python-urwid"
    1.26  }