wok-current annotate xorg-libXrender/receipt @ rev 14630
Up: gtkmm to 2.24.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 01 21:17:34 2013 +0000 (2013-06-01) |
parents | 1ae652afef60 |
children | cfa130f21bdf |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXrender" |
pascal@14568 | 4 VERSION="0.9.8" |
pankso@20 | 5 CATEGORY="x-window" |
erjo@4401 | 6 SHORT_DESC="Xorg RENDER extensions library." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@20 | 8 SOURCE="libXrender" |
gokhlayeh@6993 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@12506 | 10 WEB_SITE="http://www.x.org/" |
pankso@12506 | 11 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@12506 | 12 |
slaxemulator@8029 | 13 DEPENDS="xorg-libX11" |
slaxemulator@8029 | 14 BUILD_DEPENDS="xorg-libX11-dev xorg-renderproto" |
pankso@20 | 15 |
pankso@20 | 16 # Rules to configure and make the package. |
pankso@20 | 17 compile_rules() |
pankso@20 | 18 { |
pankso@12506 | 19 cd $src |
pankso@12506 | 20 ./configure \ |
pankso@12506 | 21 --sysconfdir=/etc \ |
pankso@12506 | 22 --mandir=/usr/share/man \ |
pankso@12506 | 23 --localstatedir=/var \ |
pankso@12506 | 24 $CONFIGURE_ARGS && |
pankso@12506 | 25 make && make install |
pankso@20 | 26 } |
pankso@20 | 27 |
pankso@20 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 29 genpkg_rules() |
pankso@20 | 30 { |
pankso@12506 | 31 mkdir -p $fs/usr/lib |
pankso@12506 | 32 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 33 } |