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

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 97a4bdecaed7
children 814c58f64f83
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"
pascal@17531 13 HOST_ARCH="i486 arm x86_64"
gokhlayeh@6993 14
pankso@15951 15 DEPENDS="m4"
al@14604 16
gokhlayeh@6993 17 # Rules to configure and make the package.
gokhlayeh@6993 18 compile_rules()
gokhlayeh@6993 19 {
pankso@12503 20 ./configure \
pankso@12503 21 --sysconfdir=/etc \
pankso@12503 22 --localstatedir=/var \
pankso@12503 23 $CONFIGURE_ARGS &&
al@14604 24 make &&
al@14604 25 make install
gokhlayeh@6993 26 }
gokhlayeh@6993 27
gokhlayeh@6993 28 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 29 genpkg_rules()
gokhlayeh@6993 30 {
al@14604 31 mkdir -p $fs/usr/share/licenses
al@14604 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
al@14604 33
pankso@12503 34 cp -a $install/* $fs
gokhlayeh@6993 35 }