wok annotate xorg-util-macros/receipt @ rev 14814
Up: squidquardmgr (1.12)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:39:14 2013 +0200 (2013-07-17) |
parents | a09e9d64e4c9 |
children | 97a4bdecaed7 |
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" |
al@14604 | 6 SHORT_DESC="A set of autoconf project macros for X.Org modules" |
gokhlayeh@6993 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
al@14604 | 8 LICENSE="other" |
gokhlayeh@6993 | 9 WEB_SITE="http://www.x.org/" |
slaxemulator@14639 | 10 SOURCE="util-macros" |
slaxemulator@14639 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
gokhlayeh@6993 | 12 WGET_URL="$XORG_MIRROR/util/$TARBALL" |
gokhlayeh@6993 | 13 |
al@14604 | 14 DEPENDS="m4 pkg-config" |
al@14604 | 15 |
gokhlayeh@6993 | 16 # Rules to configure and make the package. |
gokhlayeh@6993 | 17 compile_rules() |
gokhlayeh@6993 | 18 { |
pankso@12503 | 19 ./configure \ |
pankso@12503 | 20 --sysconfdir=/etc \ |
pankso@12503 | 21 --localstatedir=/var \ |
pankso@12503 | 22 $CONFIGURE_ARGS && |
al@14604 | 23 make && |
al@14604 | 24 make install |
gokhlayeh@6993 | 25 } |
gokhlayeh@6993 | 26 |
gokhlayeh@6993 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@6993 | 28 genpkg_rules() |
gokhlayeh@6993 | 29 { |
al@14604 | 30 mkdir -p $fs/usr/share/licenses |
al@14604 | 31 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt |
al@14604 | 32 |
pankso@12503 | 33 cp -a $install/* $fs |
gokhlayeh@6993 | 34 } |