wok annotate xorg-libXcursor/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 7f1586d1134b
children f20bb2aafa21
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"
pascal@14571 13
al@14644 14 DEPENDS="xorg-libXfixes xorg-libXrender"
slaxemulator@8029 15 BUILD_DEPENDS="xorg-libXrender-dev xorg-libXfixes-dev"
pankso@20 16
pankso@20 17 # Rules to configure and make the package.
pankso@20 18 compile_rules()
pankso@20 19 {
al@14604 20 ./configure \
al@14604 21 --sysconfdir=/etc \
al@14604 22 --localstatedir=/var \
al@14644 23 --disable-static \
pascal@14571 24 $CONFIGURE_ARGS &&
pascal@14571 25 make &&
al@14644 26 make install
pankso@20 27 }
pankso@20 28
pankso@20 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 30 genpkg_rules()
pankso@20 31 {
pankso@20 32 mkdir -p $fs/usr/lib
pascal@14571 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@20 34 }