wok view xorg-util-macros/receipt @ rev 12857

Up: tazpkg (5.0) Bunch of fixes, clean and improvment (but dont handle mulitarch)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 24 14:21:48 2012 +0200 (2012-05-24)
parents 61b702a9e66e
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-util-macros"
4 VERSION="1.17"
5 CATEGORY="development"
6 SHORT_DESC="X.Org Autotools macros"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 SOURCE="util-macros"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/util/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure \
18 --sysconfdir=/etc \
19 --mandir=/usr/share/man \
20 --localstatedir=/var \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }