wok view startup-notification/receipt @ rev 11620

Up slitaz-boot-scripts (4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 11:48:19 2012 +0100 (2012-01-24)
parents 4a7127b73f18
children 64ba4a9312ad
line source
1 # SliTaz package receipt.
3 PACKAGE="startup-notification"
4 VERSION="0.10"
5 CATEGORY="x-window"
6 SHORT_DESC="Startup notification protocol"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
10 WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
11 CROSS="error: cannot run test program while cross compiling"
13 DEPENDS="util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
14 xorg-libXau xorg-libXdmcp"
15 BUILD_DEPENDS="util-linux-ng-uuid-dev libxcb-dev xcb-util-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure -C \
22 --prefix=/usr \
23 --build=$HOST_SYSTEM \
24 --host=$HOST_SYSTEM &&
25 make && make 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 $_pkg/usr/lib/*.so* $fs/usr/lib
33 }