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

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 0e7893ac206d
children cd7906120828
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@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
al@19645 11
al@19645 12 TARBALL="xset-$VERSION.tar.bz2"
gokhlayeh@6993 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
paul@2102 14
al@19805 15 BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-libXmu-dev \
al@19805 16 xorg-libXxf86misc-dev xorg-libXfontcache-dev"
pascal@15579 17
al@20443 18 compile_rules() {
al@19806 19 touch /root/missing /missing
al@19645 20
al@20534 21 ./configure $CONFIGURE_ARGS &&
al@20443 22 fix libtool &&
al@19805 23 make &&
al@20443 24 make install || return 1
al@19645 25
al@19805 26 cp -a $stuff/*.sh $install/usr/bin/
al@19645 27 chown -R root:root $install
paul@2102 28 }
paul@2102 29
al@20443 30 genpkg_rules() {
al@19805 31 copy @std
al@19805 32 DEPENDS="xorg-libX11 xorg-libXext xorg-libXfontcache xorg-libXmu \
al@19805 33 xorg-libXxf86misc"
al@19805 34 SUGGESTED="yad"
paul@2102 35 }