wok-next annotate xorg-damageproto/receipt @ rev 20303

gnustep-back: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 11:17:33 2017 +0100 (2017-11-10)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@87 2
pankso@87 3 PACKAGE="xorg-damageproto"
slaxemulator@7018 4 VERSION="1.2.1"
pankso@200 5 CATEGORY="development"
al@19805 6 SHORT_DESC="Damage extension header files"
pankso@87 7 MAINTAINER="pankso@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@19634 10 HOST_ARCH="i486 arm"
al@19634 11
al@19634 12 TARBALL="damageproto-$VERSION.tar.bz2"
al@14604 13 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
al@14604 14
gokhlayeh@7713 15 BUILD_DEPENDS="xorg-util-macros"
al@19805 16 PKG_RULE="dev"
pankso@87 17
pankso@87 18 # Rules to configure and make the package.
pankso@87 19 compile_rules()
pankso@87 20 {
al@19805 21 ./configure \
al@19805 22 --sysconfdir=/etc \
al@19805 23 --localstatedir=/var \
al@19805 24 $CONFIGURE_ARGS &&
al@19805 25 make &&
al@19805 26 make install
pankso@87 27 }
pankso@87 28
pankso@87 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 30 genpkg_rules()
pankso@87 31 {
al@19805 32 copy @dev
al@19805 33 DEPENDS="xorg-fixesproto"
pankso@87 34 }