wok view libxfce4ui-dev/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
parents 129bb5b11a7e
children 1ec8a747eee5
line source
1 # SliTaz package receipt.
3 PACKAGE="libxfce4ui-dev"
4 VERSION="4.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Gtk Widget library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4ui gtk+-dev libxfce4util-dev"
9 WANTED="libxfce4ui"
10 WEB_SITE="http://www.xfce.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
16 mkdir -p $fs/usr/lib \
17 $fs/usr
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 }