wok diff libjreen/receipt @ rev 14696
econnman: Up to 1.0.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:36 2013 +0200 (2013-06-06) |
parents | 6b11e3f1255f |
children | 4904e3d374a9 |
line diff
1.1 --- a/libjreen/receipt Sat Jan 19 15:31:49 2013 +0000 1.2 +++ b/libjreen/receipt Thu Jun 06 22:09:36 2013 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 BUILD_DEPENDS="Qt4-dev qca-dev libidn-dev cmake qmake" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://qutim.org/jreen" 1.7 -WGET_URL="http://qutim.org/dwnl/37/$TARBALL" 1.8 +WGET_URL="http://qutim.org/dwnl/44/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -24,5 +24,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/ 1.16 - cp -a $_pkg/usr/lib $fs/usr 1.17 + cp -a $install/usr/lib $fs/usr 1.18 }