wok annotate 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
rev   line source
erjo@252 1 # SliTaz package receipt.
erjo@252 2
erjo@252 3 PACKAGE="startup-notification"
samuel_trassare@11874 4 VERSION="0.12"
pankso@271 5 CATEGORY="x-window"
erjo@252 6 SHORT_DESC="Startup notification protocol"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
erjo@252 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@252 10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
erjo@252 11 WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
pankso@16162 12 #HOST_ARCH="i486 arm"
pankso@16162 13
pankso@16162 14 CROSS_BUGS="error: cannot run test program while cross compiling"
erjo@252 15
pankso@12481 16 DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
pankso@9792 17 xorg-libXau xorg-libXdmcp"
pankso@12481 18 BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev"
pankso@9792 19
erjo@252 20 # Rules to configure and make the package.
erjo@252 21 compile_rules()
erjo@252 22 {
pankso@10390 23 ./configure -C \
pankso@10390 24 --prefix=/usr \
pankso@16162 25 $CONFIGURE_ARGS &&
pankso@9792 26 make && make install
erjo@252 27 }
erjo@252 28
erjo@252 29 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@252 30 genpkg_rules()
erjo@252 31 {
erjo@252 32 mkdir -p $fs/usr/lib
pascal@15004 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@252 34 }
erjo@252 35