wok annotate xorg-libXrender/receipt @ rev 14798

memtest: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 13 14:32:56 2013 +0200 (2013-07-13)
parents cfa130f21bdf
children 7bae09de1061
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-libXrender"
pascal@14746 4 VERSION="0.9.8"
pankso@20 5 CATEGORY="x-window"
al@14643 6 SHORT_DESC="X Render Library"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14643 8 LICENSE="other"
pankso@20 9 SOURCE="libXrender"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@12506 11 WEB_SITE="http://www.x.org/"
pankso@12506 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@12506 13
slaxemulator@8029 14 DEPENDS="xorg-libX11"
slaxemulator@8029 15 BUILD_DEPENDS="xorg-libX11-dev xorg-renderproto"
pankso@20 16
pankso@20 17 # Rules to configure and make the package.
pankso@20 18 compile_rules()
pankso@20 19 {
pankso@12506 20 ./configure \
pankso@12506 21 --sysconfdir=/etc \
pankso@12506 22 --localstatedir=/var \
al@14643 23 --disable-static \
pankso@12506 24 $CONFIGURE_ARGS &&
al@14643 25 make &&
al@14643 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@12506 32 mkdir -p $fs/usr/lib
pankso@12506 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@20 34 }