wok view libxfce4ui/receipt @ rev 14457

Up: nagios-nrpe (2.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 02:50:36 2013 +0200 (2013-04-27)
parents 73641efed1cc
children 6eff489aa802
line source
1 # SliTaz package receipt.
3 PACKAGE="libxfce4ui"
4 VERSION="4.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Gtk Widget library"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.xfce.org"
10 WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
12 DEPENDS="gtk+ libxfce4util libxfconf startup-notification dbus-glib libglade \
13 util-linux-uuid"
14 BUILD_DEPENDS="gtk+-dev libxfce4util-dev libxfconf-dev \
15 startup-notification-dev libglade-dev xcb-util-dev util-linux-uuid-dev intltool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --sysconfdir=/etc \
22 --disable-debug \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$install install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/etc $fs/
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 }