wok view libxfce4mcs/receipt @ rev 2864

Up: libusb (1.0.0)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 02 11:34:00 2009 +0200 (2009-05-02)
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 }