wok-next annotate xorg-imake/receipt @ rev 19884

libxklavier: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 14:53:11 2017 +0200 (2017-10-07)
parents d7cac426f075
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@355 2
pascal@355 3 PACKAGE="xorg-imake"
pascal@19719 4 VERSION="1.0.7"
pascal@355 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="X imake utility"
pascal@355 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19805 10
al@19805 11 TARBALL="imake-$VERSION.tar.bz2"
pascal@355 12 WGET_URL="$XORG_MIRROR/util/$TARBALL"
pascal@355 13
al@19805 14 BUILD_DEPENDS="xorg-util-macros perl xorg-xproto"
al@19805 15 PKG_RULE="std"
pascal@15579 16
pascal@355 17 # Rules to configure and make the package.
pascal@355 18 compile_rules()
pascal@355 19 {
al@19805 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
al@19805 23 $CONFIGURE_ARGS &&
al@19805 24 make &&
al@19805 25 make install
pascal@355 26 }
pascal@355 27
pascal@355 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@355 29 genpkg_rules()
pascal@355 30 {
al@19805 31 copy @std
al@19805 32 DEPENDS="xorg-cf-files"
pascal@355 33 }