wok annotate xorg-libXcursor/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 3e3e15d924c9
children 814c58f64f83
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-libXcursor"
pascal@14616 4 VERSION="1.1.14"
pankso@20 5 CATEGORY="x-window"
al@14604 6 SHORT_DESC="X Cursor Library"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14644 8 LICENSE="other"
pankso@20 9 SOURCE="libXcursor"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@14571 11 WEB_SITE="http://www.x.org/"
pascal@14571 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@16081 13 HOST_ARCH="i486 arm"
pascal@14571 14
al@14644 15 DEPENDS="xorg-libXfixes xorg-libXrender"
slaxemulator@8029 16 BUILD_DEPENDS="xorg-libXrender-dev xorg-libXfixes-dev"
pankso@20 17
pankso@20 18 # Rules to configure and make the package.
pankso@20 19 compile_rules()
pankso@20 20 {
al@14604 21 ./configure \
al@14604 22 --sysconfdir=/etc \
al@14604 23 --localstatedir=/var \
al@14644 24 --disable-static \
pascal@14571 25 $CONFIGURE_ARGS &&
pascal@14571 26 make &&
al@14644 27 make install
pankso@20 28 }
pankso@20 29
pankso@20 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 31 genpkg_rules()
pankso@20 32 {
pankso@20 33 mkdir -p $fs/usr/lib
pascal@14571 34 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@20 35 }