wok annotate xorg-util-macros/receipt @ rev 12435

jabberd2: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 21 17:46:17 2012 +0200 (2012-04-21)
parents 239cdbad2d52
children b819c0ead351
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="xorg-util-macros"
slaxemulator@9199 4 VERSION="1.12.0"
gokhlayeh@6993 5 CATEGORY="development"
gokhlayeh@6993 6 SHORT_DESC="X.Org Autotools macros"
gokhlayeh@6993 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@6993 8 SOURCE="util-macros"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
gokhlayeh@6993 10 WEB_SITE="http://www.x.org/"
gokhlayeh@6993 11 WGET_URL="$XORG_MIRROR/util/$TARBALL"
gokhlayeh@6993 12
gokhlayeh@6993 13 # Rules to configure and make the package.
gokhlayeh@6993 14 compile_rules()
gokhlayeh@6993 15 {
gokhlayeh@6993 16 cd $src
gokhlayeh@6993 17 ./configure --prefix=/usr --sysconfdir=/etc \
gokhlayeh@6993 18 --mandir=/usr/share/man --localstatedir=/var \
gokhlayeh@6993 19 $CONFIGURE_ARGS &&
gokhlayeh@6993 20 make &&
gokhlayeh@6993 21 make DESTDIR=$PWD/_pkg install
gokhlayeh@6993 22 }
gokhlayeh@6993 23
gokhlayeh@6993 24 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 25 genpkg_rules()
gokhlayeh@6993 26 {
gokhlayeh@6993 27 cp -a $_pkg/* $fs
gokhlayeh@6993 28 }