wok view libxfce4mcs/receipt @ rev 3979

Upgrade: glib/libgio (2.20.3 to 2.21.5)
author Matthew Sheets <rcx@zoominternet.net>
date Thu Aug 27 11:17:55 2009 +0000 (2009-08-27)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libxfce4mcs"
4 VERSION="4.4.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce settings managment library"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xorg-libSM libxfce4util startup-notification"
9 BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev startup-notification-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org/"
12 WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr \
19 --enable-startup-notification \
20 --infodir=/usr/share/info \
21 --enable-debug=no $CONFIGURE_ARGS && \
22 make && make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 }