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

linux-libre: remove all report (last try to build failed)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 00:23:00 2011 +0200 (2011-05-27)
parents 239cdbad2d52
children b819c0ead351
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-util-macros"
4 VERSION="1.12.0"
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 --prefix=/usr --sysconfdir=/etc \
18 --mandir=/usr/share/man --localstatedir=/var \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/* $fs
28 }