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

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@20 2
pankso@20 3 PACKAGE="xorg-bigreqsproto"
al@14604 4 VERSION="1.1.2"
pankso@200 5 CATEGORY="development"
al@19805 6 SHORT_DESC="BigReqs extension header files"
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@19805 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
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
gokhlayeh@7713 15 BUILD_DEPENDS="xorg-util-macros"
al@19805 16 PKG_RULE="dev"
pankso@20 17
pankso@20 18 # Rules to configure and make the package.
pankso@20 19 compile_rules()
pankso@20 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@20 27 }
pankso@20 28
pankso@20 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 30 genpkg_rules()
pankso@20 31 {
al@19805 32 copy @dev
al@19805 33 DEPENDS="xorg-util-macros"
pankso@20 34 }