wok diff wxWidgets-dev/receipt @ rev 68
Add : wxWidgets libs + dev package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Dec 24 16:07:17 2007 +0100 (2007-12-24) |
parents | |
children | 3e085751bf3a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wxWidgets-dev/receipt Mon Dec 24 16:07:17 2007 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wxWidgets-dev" 1.7 +VERSION="2.8.6" 1.8 +CATEGORY="extra" 1.9 +SHORT_DESC="Cross-platform GUI Library devel files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev xorg-libICE-dev" 1.12 +WANTED="wxWidgets" 1.13 +WEB_SITE="http://www.wxwidgets.org/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib/wx 1.19 + cp -a $_pkg/usr/bin/ $fs/usr/ 1.20 + cp -a $_pkg/usr/include/ $fs/usr/ 1.21 + # Just copy setup.h and contrib include 1.22 + cp -a $_pkg/usr/lib/wx/include $fs/usr/lib/wx 1.23 + cp -a $src/contrib/_pkg/usr/include/ $fs/usr/ 1.24 + # Strip and redirect error messages 1.25 + strip -s $fs/usr/bin/* 2>/dev/null 1.26 +}