wok annotate xorg-randrproto/receipt @ rev 12233

Up:ocsinventory-agent (2.0.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 09 12:02:13 2012 +0200 (2012-04-09)
parents 0a82a5440a11
children a09e9d64e4c9
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-randrproto"
slaxemulator@7013 4 VERSION="1.3.2"
pankso@5291 5 #VERSION="1.3.1"
pankso@211 6 CATEGORY="development"
pankso@20 7 SHORT_DESC="Xorg server module."
pankso@20 8 MAINTAINER="pankso@slitaz.org"
slaxemulator@8029 9 DEPENDS="xorg-util-macros"
gokhlayeh@7718 10 BUILD_DEPENDS="xorg-util-macros"
pankso@20 11 SOURCE="randrproto"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@20 13 WEB_SITE="http://www.x.org/"
pankso@20 14 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
pankso@20 15
pankso@20 16 # Rules to configure and make the package.
pankso@20 17 compile_rules()
pankso@20 18 {
pankso@20 19 cd $src
pankso@20 20 ./configure --prefix=/usr --sysconfdir=/etc \
pankso@20 21 --mandir=/usr/share/man --localstatedir=/var \
pankso@20 22 $CONFIGURE_ARGS
pankso@20 23 make
pankso@20 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 cp -a $_pkg/* $fs
pankso@20 31 }