wok-next annotate xorg-iceauth/receipt @ rev 20337

orpheus: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 21:37:29 2017 +0100 (2017-11-16)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
erjo@2060 2
erjo@2060 3 PACKAGE="xorg-iceauth"
al@19645 4 VERSION="1.0.7"
erjo@2060 5 CATEGORY="x-window"
erjo@2060 6 SHORT_DESC="ICE authority file utility"
erjo@2060 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@19645 10
al@19645 11 TARBALL="iceauth-$VERSION.tar.bz2"
al@19645 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
erjo@2060 13
al@19805 14 BUILD_DEPENDS="xorg-libICE-dev"
al@19805 15 PKG_RULE="std"
pascal@15579 16
erjo@2060 17 # Rules to configure and make the package.
erjo@2060 18 compile_rules()
erjo@2060 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
erjo@2060 26 }
erjo@2060 27
erjo@2060 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2060 29 genpkg_rules()
erjo@2060 30 {
al@19805 31 copy @std
al@19805 32 DEPENDS="xorg-libICE"
erjo@2060 33 }