wok-6.x diff dotconf/receipt @ rev 19092
Add brower-html5 virtual package (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 10:46:33 2016 +0200 (2016-05-01) |
parents | eb8067417980 |
children | 20661c276bcf |
line diff
1.1 --- a/dotconf/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/dotconf/receipt Sun May 01 10:46:33 2016 +0200 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 -