wok annotate xorg-libXrandr/receipt @ rev 10269

Up: perl-datetime to 0.70.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 04:58:37 2011 +0000 (2011-05-21)
parents c514cc4854d8
children 81be183507d8
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-libXrandr"
pankso@5294 4 VERSION="1.3.0"
pankso@20 5 CATEGORY="x-window"
pankso@20 6 SHORT_DESC="Xorg server module."
pankso@20 7 MAINTAINER="pankso@slitaz.org"
pankso@20 8 SOURCE="libXrandr"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
slaxemulator@8029 10 DEPENDS="xorg-libXext xorg-libXrender"
gokhlayeh@8336 11 BUILD_DEPENDS="xorg-randrproto"
pankso@20 12 WEB_SITE="http://www.x.org/"
pankso@20 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@20 14
pankso@20 15 # Rules to configure and make the package.
pankso@20 16 compile_rules()
pankso@20 17 {
pankso@3012 18 cd $src
pankso@3012 19 ./configure \
pankso@3012 20 --prefix=/usr --sysconfdir=/etc \
pankso@3012 21 --mandir=/usr/share/man --localstatedir=/var \
pascal@5008 22 $CONFIGURE_ARGS &&
pascal@5008 23 make &&
pankso@3012 24 make DESTDIR=$PWD/_pkg 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
pankso@20 31 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@20 32 }