wok-next annotate xorg-xset/receipt @ rev 20364

Up palemoon (27.6.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 24 05:32:16 2017 +0100 (2017-11-24)
parents ea3c4b76ea5d
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
paul@2102 2
paul@2102 3 PACKAGE="xorg-xset"
al@19645 4 VERSION="1.2.3"
paul@2102 5 CATEGORY="x-window"
al@19645 6 SHORT_DESC="User preference utility for X"
paul@2102 7 MAINTAINER="paul@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@19645 10
al@19645 11 TARBALL="xset-$VERSION.tar.bz2"
gokhlayeh@6993 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
paul@2102 13
al@19805 14 BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-libXmu-dev \
al@19805 15 xorg-libXxf86misc-dev xorg-libXfontcache-dev"
al@19805 16 PKG_RULE="std"
pascal@15579 17
paul@2102 18 # Rules to configure and make the package.
paul@2102 19 compile_rules()
paul@2102 20 {
al@19806 21 touch /root/missing /missing
al@19645 22
al@19805 23 ./configure \
al@19805 24 --sysconfdir=/etc \
al@19805 25 --localstatedir=/var \
al@19805 26 $CONFIGURE_ARGS &&
al@19805 27 make &&
al@19805 28 make install
al@19645 29
al@19805 30 cp -a $stuff/*.sh $install/usr/bin/
al@19645 31 chown -R root:root $install
paul@2102 32 }
paul@2102 33
paul@2102 34 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2102 35 genpkg_rules()
paul@2102 36 {
al@19805 37 copy @std
al@19805 38 DEPENDS="xorg-libX11 xorg-libXext xorg-libXfontcache xorg-libXmu \
al@19805 39 xorg-libXxf86misc"
al@19805 40 SUGGESTED="yad"
paul@2102 41 }