wok annotate xorg-xf86driproto/receipt @ rev 12134

Re-fix clutter gtk so it build with both tazwok & cookutils
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 21:06:51 2012 +0100 (2012-03-13)
parents fcc7e6179bc0
children a09e9d64e4c9
rev   line source
pankso@88 1 # SliTaz package receipt.
pankso@88 2
pankso@88 3 PACKAGE="xorg-xf86driproto"
slaxemulator@8418 4 VERSION="2.1.1"
pankso@200 5 CATEGORY="development"
pankso@88 6 SHORT_DESC="Xorg server protocol."
pankso@88 7 MAINTAINER="pankso@slitaz.org"
pankso@88 8 SOURCE="xf86driproto"
slaxemulator@8422 9 DEPENDS="xorg-util-macros"
slaxemulator@8422 10 BUILD_DEPENDS="xorg-util-macros"
gokhlayeh@6993 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@88 12 WEB_SITE="http://www.x.org/"
pankso@88 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pankso@88 14
pankso@88 15 # Rules to configure and make the package.
pankso@88 16 compile_rules()
pankso@88 17 {
pankso@88 18 cd $src
pankso@88 19 ./configure --prefix=/usr --sysconfdir=/etc \
pankso@88 20 --mandir=/usr/share/man --localstatedir=/var \
pankso@88 21 $CONFIGURE_ARGS
pankso@88 22 make
pankso@88 23 make DESTDIR=$PWD/_pkg install
pankso@88 24 }
pankso@88 25
pankso@88 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@88 27 genpkg_rules()
pankso@88 28 {
pankso@88 29 cp -a $_pkg/* $fs
pankso@88 30 }
pankso@88 31