wok-next annotate xorg-xmessage/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
slaxemulator@7272 2
slaxemulator@7272 3 PACKAGE="xorg-xmessage"
al@19645 4 VERSION="1.0.4"
slaxemulator@7272 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Display a message or query in a window"
slaxemulator@7272 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@19645 10 HOST_ARCH="i486 arm"
al@19645 11
al@19645 12 TARBALL="xmessage-$VERSION.tar.bz2"
slaxemulator@7272 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
slaxemulator@7272 14
al@19645 15 BUILD_DEPENDS="xorg-util-macros xorg-libXaw-dev"
al@19805 16 PKG_RULE="std"
pascal@15102 17
slaxemulator@7272 18 # Rules to configure and make the package.
slaxemulator@7272 19 compile_rules()
slaxemulator@7272 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
slaxemulator@7272 27 }
slaxemulator@7272 28
slaxemulator@7272 29 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7272 30 genpkg_rules()
slaxemulator@7272 31 {
al@19805 32 copy @std
al@19805 33 DEPENDS="xorg-libX11 xorg-libXaw xorg-libXt"
al@19805 34 CONFIG_FILES="/etc/X11/app-defaults/Xmessage \
al@19805 35 /etc/X11/app-defaults/Xmessage-color"
slaxemulator@7272 36 }