wok annotate startup-notification/receipt @ rev 18661

python-opengl: cleanup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 03 18:45:29 2015 +0100 (2015-12-03)
parents 1204cf352c74
children 124c3a7da04f
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@16269 12 HOST_ARCH="i486 arm"
pankso@16162 13
pankso@16269 14 DEPENDS="util-linux-uuid libxcb xcb-util xorg-libICE xorg-libSM \
pankso@16269 15 xorg-libX11 xorg-libXau xorg-libXdmcp"
pankso@12481 16 BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev"
pankso@9792 17
erjo@252 18 # Rules to configure and make the package.
erjo@252 19 compile_rules()
erjo@252 20 {
pankso@16269 21 export lf_cv_sane_realloc=yes
pankso@16269 22 ./configure \
pankso@10390 23 --prefix=/usr \
pankso@16162 24 $CONFIGURE_ARGS &&
pankso@9792 25 make && make install
erjo@252 26 }
erjo@252 27
erjo@252 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@252 29 genpkg_rules()
erjo@252 30 {
erjo@252 31 mkdir -p $fs/usr/lib
pascal@15004 32 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@252 33 }
erjo@252 34