wok view radeontool/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents
children a78610b2eb47
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 WGET_URL="http://people.freedesktop.org/~airlied/$PACKAGE/$TARBALL"
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 }