wok-6.x annotate xorg-xbacklight/receipt @ rev 22863
updated gnupg (2.2.8 -> 2.2.19)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 21 07:27:36 2020 +0100 (2020-02-21) |
parents | eb8067417980 |
children | 5d79829fa876 |
rev | line source |
---|---|
jozee@3024 | 1 # SliTaz package receipt. |
jozee@3024 | 2 |
jozee@3024 | 3 PACKAGE="xorg-xbacklight" |
Hans-G?nter@22248 | 4 VERSION="1.2.3" |
jozee@3024 | 5 CATEGORY="x-window" |
Hans-G?nter@22248 | 6 TAGS="utility xorg power backlight" |
Hans-G?nter@22248 | 7 SHORT_DESC="Utility for x-server to set the backlight level using the RandR." |
jozee@3024 | 8 MAINTAINER="jozee@slitaz.org" |
pascal@15579 | 9 LICENSE="MIT" |
Hans-G?nter@22248 | 10 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22248 | 11 |
jozee@3024 | 12 SOURCE="xbacklight" |
jozee@3024 | 13 TARBALL="$SOURCE-$VERSION.tar.bz2" |
Hans-G?nter@22248 | 14 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
jozee@3024 | 15 |
pascal@15579 | 16 DEPENDS="xorg-libXrandr" |
Hans-G?nter@22248 | 17 BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libXrandr-dev" |
pascal@15579 | 18 |
Hans-G?nter@22248 | 19 # Rules to configure and make the package. |
jozee@3024 | 20 compile_rules() |
jozee@3024 | 21 { |
Hans-G?nter@22248 | 22 ./configure \ |
Hans-G?nter@22248 | 23 --prefix=/usr \ |
Hans-G?nter@22248 | 24 --mandir=/usr/share/man \ |
jozee@3024 | 25 $CONFIGURE_ARGS && |
jozee@3024 | 26 make && |
pascal@15579 | 27 make DESTDIR=$DESTDIR install |
jozee@3024 | 28 } |
jozee@3024 | 29 |
jozee@3024 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@3024 | 31 genpkg_rules() |
jozee@3024 | 32 { |
jozee@3024 | 33 mkdir -p $fs/usr |
pascal@15579 | 34 cp -a $install/usr/bin $fs/usr |
jozee@3024 | 35 } |