wok-next view xorg-xset/receipt @ rev 19714

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents 11bd286c39d2
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xset"
4 VERSION="1.2.3"
5 CATEGORY="x-window"
6 SHORT_DESC="User preference utility for X"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 SUGGESTED="yad"
11 COOKOPTS="!menus"
13 TARBALL="xset-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
16 DEPENDS="xorg-libX11 xorg-libXext xorg-libXmu"
17 BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-libXmu-dev" # xxf86misc.pc xfontcache.pc?
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 touch /root/missing
24 ./configure $CONFIGURE_ARGS && make && make install
26 mkdir -p $install/usr/share/applications
27 cp $stuff/*.desktop $install/usr/share/applications
28 cp -a $stuff/xset-screensaver.sh $install/usr/bin
29 chown -R root:root $install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cook_copy_folders bin applications
36 }