wok-next annotate xorg-libXcursor/receipt @ rev 14571
Up xorg-libX11 (1.5.99.902), xorg-libXcursor (1.1.14)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 24 12:13:58 2013 +0200 (2013-05-24) |
parents | e5ae411e1d8c |
children | a09e9d64e4c9 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXcursor" |
pascal@14571 | 4 VERSION="1.1.14" |
pankso@20 | 5 CATEGORY="x-window" |
pankso@20 | 6 SHORT_DESC="X cursors library." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@20 | 8 SOURCE="libXcursor" |
gokhlayeh@6993 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@14571 | 10 WEB_SITE="http://www.x.org/" |
pascal@14571 | 11 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pascal@14571 | 12 |
slaxemulator@8029 | 13 DEPENDS="xorg-libXrender xorg-libXfixes" |
slaxemulator@8029 | 14 BUILD_DEPENDS="xorg-libXrender-dev xorg-libXfixes-dev" |
pankso@20 | 15 |
pankso@20 | 16 # Rules to configure and make the package. |
pankso@20 | 17 compile_rules() |
pankso@20 | 18 { |
pascal@14571 | 19 cd $src |
pascal@14571 | 20 ./configure --prefix=/usr --sysconfdir=/etc \ |
pascal@14571 | 21 --mandir=/usr/share/man --localstatedir=/var \ |
pascal@14571 | 22 $CONFIGURE_ARGS && |
pascal@14571 | 23 make && |
pascal@14571 | 24 make DESTDIR=$DESTDIR install |
pankso@20 | 25 } |
pankso@20 | 26 |
pankso@20 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 28 genpkg_rules() |
pankso@20 | 29 { |
pankso@20 | 30 mkdir -p $fs/usr/lib |
pascal@14571 | 31 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 32 } |