wok-next annotate xorg-bigreqsproto/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents e68abb67e0b5
children f463de72afe3
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-bigreqsproto"
al@14604 4 VERSION="1.1.2"
pankso@200 5 CATEGORY="development"
al@14604 6 SHORT_DESC="BigReqs extension headers"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14604 8 LICENSE="other"
al@14604 9 WEB_SITE="http://www.x.org/"
al@19634 10 HOST_ARCH="i486 arm"
al@19634 11
al@19634 12 TARBALL="bigreqsproto-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 14
pascal@15598 15 DEPENDS="xorg-util-macros pkg-config"
gokhlayeh@7713 16 BUILD_DEPENDS="xorg-util-macros"
pankso@20 17
pankso@20 18 # Rules to configure and make the package.
pankso@20 19 compile_rules()
pankso@20 20 {
al@19634 21 ./configure $CONFIGURE_ARGS && make && make install
pankso@20 22 }
pankso@20 23
pankso@20 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 25 genpkg_rules()
pankso@20 26 {
al@19634 27 cook_copy_files *.h *.pc
pankso@20 28 }