wok diff tslib/receipt @ rev 15590
gphoto2, gtkperf: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 02 19:18:04 2013 +0000 (2013-12-02) |
parents | 6b4a47136bff |
children | b162f4f24678 |
line diff
1.1 --- a/tslib/receipt Thu Nov 03 17:36:16 2011 +0100 1.2 +++ b/tslib/receipt Mon Dec 02 19:18:04 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Abstraction layer for touchscreen panel events." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2" 1.8 WEB_SITE="http://tslib.berlios.de/" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 1.11 @@ -26,8 +27,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib/ts 1.15 - cp -a $_pkg/usr/lib/ts/*.so* $fs/usr/lib/ts 1.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 - cp -a $_pkg/usr/bin $fs/usr 1.18 - cp -a $_pkg/etc $fs 1.19 + cp -a $install/usr/lib/ts/*.so* $fs/usr/lib/ts 1.20 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.21 + cp -a $install/usr/bin $fs/usr 1.22 + cp -a $install/etc $fs 1.23 }