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

Remove slitaz-fbsplash (broken)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 25 19:46:33 2012 +0200 (2012-05-25)
parents 61b702a9e66e
children a09e9d64e4c9
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="xorg-util-macros"
pankso@12503 4 VERSION="1.17"
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 {
pankso@12503 16 cd $src
pankso@12503 17 ./configure \
pankso@12503 18 --sysconfdir=/etc \
pankso@12503 19 --mandir=/usr/share/man \
pankso@12503 20 --localstatedir=/var \
pankso@12503 21 $CONFIGURE_ARGS &&
pankso@12503 22 make && make install
gokhlayeh@6993 23 }
gokhlayeh@6993 24
gokhlayeh@6993 25 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 26 genpkg_rules()
gokhlayeh@6993 27 {
pankso@12503 28 cp -a $install/* $fs
gokhlayeh@6993 29 }