wok-next annotate xorg-xbacklight/receipt @ rev 19869

rhythmcat2, florence, alarm-clock-applet: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 27 17:55:19 2017 +0200 (2017-09-27)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3024 2
jozee@3024 3 PACKAGE="xorg-xbacklight"
al@19645 4 VERSION="1.2.1"
jozee@3024 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Adjust backlight brightness using RandR extension"
jozee@3024 7 MAINTAINER="jozee@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
jozee@3024 10
al@19645 11 TARBALL="xbacklight-$VERSION.tar.bz2"
al@19645 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pascal@15579 13
al@19805 14 BUILD_DEPENDS="xorg-util-macros xorg-libxcb-dev xorg-xcb-util-dev \
al@19805 15 xorg-libXrandr-dev"
al@19805 16 PKG_RULE="std"
al@19645 17
al@19645 18 # Rules to configure and make the package.
jozee@3024 19 compile_rules()
jozee@3024 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
jozee@3024 27 }
jozee@3024 28
jozee@3024 29 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3024 30 genpkg_rules()
jozee@3024 31 {
al@19805 32 copy @std
al@19805 33 DEPENDS="xorg-libxcb xorg-xcb-util"
al@19805 34 TAGS="utility xorg power backlight"
jozee@3024 35 }