wok view startup-notification/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 1204cf352c74
children 124c3a7da04f
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 DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM \
15 xorg-libX11 xorg-libXau xorg-libXdmcp"
16 BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 export lf_cv_sane_realloc=yes
22 ./configure \
23 --prefix=/usr \
24 $CONFIGURE_ARGS &&
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 $install/usr/lib/*.so* $fs/usr/lib
33 }