wok diff dotconf/receipt @ rev 20647

updated htop (2.0.2 -> 2.2.0)
author Hans-G?nter Theisgen
date Fri Jan 11 16:49:32 2019 +0100 (2019-01-11)
parents eb8067417980
children 20661c276bcf
line diff
     1.1 --- a/dotconf/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/dotconf/receipt	Fri Jan 11 16:49:32 2019 +0100
     1.3 @@ -8,14 +8,13 @@
     1.4  LICENSE="LGPL2.1"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.azzit.de/dotconf/"
     1.7 -WGET_URL="http://www.azzit.de/dotconf/download/v1.0/$TARBALL"
     1.8 +WGET_URL="http://www.azzit.de/dotconf/download/v${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS=""
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--infodir=/usr/share/info \
    1.19 @@ -32,4 +31,3 @@
    1.20  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.21  	cp -a $install/usr/share $fs/usr
    1.22  }
    1.23 -