wok-stable annotate xorg-util-macros/receipt @ rev 8263
Fix: xalan-c need -j1 to compile well
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Jan 30 00:17:06 2011 +0100 (2011-01-30) |
parents | 07ae722ec64e |
children | 61b702a9e66e |
rev | line source |
---|---|
gokhlayeh@6993 | 1 # SliTaz package receipt. |
gokhlayeh@6993 | 2 |
gokhlayeh@6993 | 3 PACKAGE="xorg-util-macros" |
slaxemulator@7014 | 4 VERSION="1.11.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 } |