wok view startup-notification/receipt @ rev 10381

xorg-libXrandr: can't cross (use native)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 15:51:14 2011 +0200 (2011-05-23)
parents b055fad40b76
children 6fc398cb49a0
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"
12 DEPENDS="util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
13 xorg-libXau xorg-libXdmcp"
14 BUILD_DEPENDS="util-linux-ng-uuid-dev libxcb-dev xcb-util-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure -C --prefix=/usr $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 }