wok-current diff wxWidgets-dev/receipt @ rev 15603
Use install instead of _pkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 10:39:07 2013 +0000 (2013-12-06) |
parents | 41b267435764 |
children | b77265b15fb6 |
line diff
1.1 --- a/wxWidgets-dev/receipt Fri Apr 20 11:49:30 2012 +0200 1.2 +++ b/wxWidgets-dev/receipt Fri Dec 06 10:39:07 2013 +0000 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Cross-platform GUI Library devel files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="LGPL" 1.8 +WANTED="wxWidgets" 1.9 +WEB_SITE="http://www.wxwidgets.org/" 1.10 + 1.11 DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ 1.12 xorg-libICE-dev expat wxWidgets zlib" 1.13 -WANTED="wxWidgets" 1.14 -WEB_SITE="http://www.wxwidgets.org/" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/lib/wx 1.20 - cp -a $_pkg/usr/bin/ $fs/usr 1.21 - cp -a $_pkg/usr/include/ $fs/usr 1.22 + cp -a $install/usr/bin/ $fs/usr 1.23 + cp -a $install/usr/include/ $fs/usr 1.24 # Just copy setup.h and contrib include 1.25 - cp -a $_pkg/usr/lib/wx/include $fs/usr/lib/wx 1.26 + cp -a $install/usr/lib/wx/include $fs/usr/lib/wx 1.27 }