wok-next annotate xorg-util-macros/receipt @ rev 19638

Up tcl, tk, py3k, iso-codes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 13 02:23:31 2017 +0200 (2017-02-13)
parents 18c4d15a72df
children f463de72afe3
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="xorg-util-macros"
al@19601 4 VERSION="1.19.0"
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"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19601 10 HOST_ARCH="i486 arm x86_64"
al@19601 11
al@19634 12 TARBALL="util-macros-$VERSION.tar.bz2"
gokhlayeh@6993 13 WGET_URL="$XORG_MIRROR/util/$TARBALL"
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@19634 31 cook_copy_files *.m4 *.pc
gokhlayeh@6993 32 }