wok annotate xorg-xf86miscproto/receipt @ rev 6993

Big update: xorg/libdrm/mesa (174 packages)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Oct 31 00:13:37 2010 +0200 (2010-10-31)
parents 4e4cf23c531e
children a09e9d64e4c9
rev   line source
pankso@88 1 # SliTaz package receipt.
pankso@88 2
pankso@88 3 PACKAGE="xorg-xf86miscproto"
pankso@5291 4 VERSION="0.9.3"
pankso@200 5 CATEGORY="development"
pankso@88 6 SHORT_DESC="Xorg server protocol."
pankso@88 7 MAINTAINER="pankso@slitaz.org"
pankso@88 8 SOURCE="xf86miscproto"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@88 10 WEB_SITE="http://www.x.org/"
pankso@88 11 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pankso@88 12
pankso@88 13 # Rules to configure and make the package.
pankso@88 14 compile_rules()
pankso@88 15 {
pankso@88 16 cd $src
pankso@88 17 ./configure --prefix=/usr --sysconfdir=/etc \
pankso@88 18 --mandir=/usr/share/man --localstatedir=/var \
pankso@88 19 $CONFIGURE_ARGS
pankso@88 20 make
pankso@88 21 make DESTDIR=$PWD/_pkg install
pankso@88 22 }
pankso@88 23
pankso@88 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@88 25 genpkg_rules()
pankso@88 26 {
pankso@88 27 cp -a $_pkg/* $fs
pankso@88 28 }
pankso@88 29