wok annotate xcb-util-wm/receipt @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents 1579e41f30b5
children a78610b2eb47
rev   line source
slaxemulator@12933 1 # SliTaz package receipt.
slaxemulator@12933 2
slaxemulator@12933 3 PACKAGE="xcb-util-wm"
slaxemulator@12933 4 VERSION="0.3.8"
slaxemulator@12933 5 CATEGORY="x-window"
slaxemulator@12933 6 SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
slaxemulator@12933 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14744 8 LICENSE="other"
slaxemulator@12933 9 WEB_SITE="http://xcb.freedesktop.org/"
slaxemulator@12933 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@12933 11 WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
pankso@16441 12 HOST_ARCH="i486 arm"
slaxemulator@12933 13
slaxemulator@12933 14 DEPENDS="libxcb"
slaxemulator@12933 15 BUILD_DEPENDS="libxcb-dev xorg-util-macros"
slaxemulator@12933 16
slaxemulator@12933 17 # Rules to configure and make the package.
slaxemulator@12933 18 compile_rules()
slaxemulator@12933 19 {
slaxemulator@12933 20 ./configure --disable-static $CONFIGURE_ARGS && make && make install
slaxemulator@12933 21 }
slaxemulator@12933 22
slaxemulator@12933 23 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@12933 24 genpkg_rules()
slaxemulator@12933 25 {
slaxemulator@12933 26 mkdir -p $fs/usr/lib
slaxemulator@12933 27 cp -a $install/usr/lib/*.so* $fs/usr/lib
slaxemulator@12933 28 }