wok view startup-notification/receipt @ rev 16162

ARM: add Openbox and some fix edje/emotion
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 29 03:04:46 2014 +0100 (2014-03-29)
parents a00bf44ed23d
children 62b66edb40b5
line source
1 # SliTaz package receipt.
3 PACKAGE="startup-notification"
4 VERSION="0.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Startup notification protocol"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
11 WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
12 #HOST_ARCH="i486 arm"
14 CROSS_BUGS="error: cannot run test program while cross compiling"
16 DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
17 xorg-libXau xorg-libXdmcp"
18 BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure -C \
24 --prefix=/usr \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 }