wok annotate xorg-libXcomposite/receipt @ rev 11972
Up: slitaz-tools (4.7.1) - Bug fixes
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 02 20:02:31 2012 +0100 (2012-03-02) |
parents | e5ae411e1d8c |
children | cfa130f21bdf |
rev | line source |
---|---|
pankso@87 | 1 # SliTaz package receipt. |
pankso@87 | 2 |
pankso@87 | 3 PACKAGE="xorg-libXcomposite" |
slaxemulator@10226 | 4 VERSION="0.4.3" |
pankso@87 | 5 CATEGORY="x-window" |
pankso@87 | 6 SHORT_DESC="Xorg composite extension." |
pankso@87 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@87 | 8 SOURCE="libXcomposite" |
gokhlayeh@6993 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
slaxemulator@8029 | 10 DEPENDS="xorg-libXfixes xorg-libXext" |
slaxemulator@8029 | 11 BUILD_DEPENDS="xorg-libXfixes-dev xorg-libXext-dev xorg-compositeproto" |
pankso@87 | 12 WEB_SITE="http://www.x.org/" |
pankso@87 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@87 | 14 |
pankso@87 | 15 # Rules to configure and make the package. |
pankso@87 | 16 compile_rules() |
pankso@87 | 17 { |
pankso@87 | 18 cd $src |
slaxemulator@10226 | 19 ./configure --sysconfdir=/etc \ |
slaxemulator@10226 | 20 --localstatedir=/var \ |
pascal@5008 | 21 $CONFIGURE_ARGS && |
pascal@5008 | 22 make && |
slaxemulator@10226 | 23 make install |
pankso@87 | 24 } |
pankso@87 | 25 |
pankso@87 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@87 | 27 genpkg_rules() |
pankso@87 | 28 { |
pankso@87 | 29 mkdir -p $fs/usr/lib |
slaxemulator@10226 | 30 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@87 | 31 } |