wok view radeontool/receipt @ rev 20672

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 14:51:04 2019 +0100 (2019-01-24)
parents a78610b2eb47
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="radeontool"
4 VERSION="1.6.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utility to control ATI Radeon backlight functions on laptops."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="zlib/libpng"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://anonscm.debian.org/cgit/collab-maint/radeontool.git"
11 WEB_SITE="https://cgit.freedesktop.org/~airlied/radeontool/"
13 DEPENDS="xorg-libpciaccess"
14 BUILD_DEPENDS="pkg-config xorg-libpciaccess-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs/
29 }