wok view libxfce4ui/receipt @ rev 15520

Up: thunderbird-langpack-pt_PT (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 19 22:24:29 2013 +0100 (2013-11-19)
parents 0de5b7a560de
children 6dc104fddf08
line source
1 # SliTaz package receipt.
3 PACKAGE="libxfce4ui"
4 VERSION="4.10.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Gtk Widget library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.xfce.org"
11 WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
13 DEPENDS="gtk+ libxfce4util libxfconf startup-notification dbus-glib libglade \
14 util-linux-uuid"
15 BUILD_DEPENDS="gtk+-dev libxfce4util-dev libxfconf-dev \
16 startup-notification-dev libglade-dev xcb-util-dev util-linux-uuid-dev intltool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --sysconfdir=/etc \
23 --disable-debug \
24 $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$install install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/etc $fs/
34 cp -a $install/usr/lib/*.so* $fs/usr/lib
35 }