wok-6.x diff wxWidgets-dev/receipt @ rev 19253
Up util-linux* (2.28); use new cook functions here.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 30 22:48:07 2016 +0300 (2016-06-30) |
parents | 66a241839093 |
children | fa6488d2b1b0 |
line diff
1.1 --- a/wxWidgets-dev/receipt Wed Dec 11 23:46:27 2013 +0100 1.2 +++ b/wxWidgets-dev/receipt Thu Jun 30 22:48:07 2016 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxWidgets-dev" 1.7 -VERSION="2.8.12.1" 1.8 +VERSION="3.0.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Cross-platform GUI Library devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,8 +16,11 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib/wx 1.16 - cp -a $install/usr/bin/ $fs/usr 1.17 - cp -a $install/usr/include/ $fs/usr 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/usr/include $fs/usr 1.20 # Just copy setup.h and contrib include 1.21 cp -a $install/usr/lib/wx/include $fs/usr/lib/wx 1.22 + 1.23 + cp -a $install/usr/share $fs/usr 1.24 + rm -r $fs/usr/share/locale 1.25 }