wok-next annotate xorg-xf86-video-ati/receipt @ rev 20908

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents 10df65db91ad
children 02b674913611
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@447 2
pankso@447 3 PACKAGE="xorg-xf86-video-ati"
al@19805 4 VERSION="7.9.0"
pankso@447 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg wrapper driver for ATI video cards"
pankso@447 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/ati/"
al@20888 10 REPOLOGY="xdrv:ati"
pankso@447 11
al@19658 12 TARBALL="xf86-video-ati-$VERSION.tar.bz2"
al@19658 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pankso@12530 14
al@19658 15 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \
al@19658 16 xorg-libXrender-dev xorg-libXv-dev libdrm-dev eudev-dev"
pankso@12530 17
al@20534 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@20604 20 fix libtool &&
al@19805 21 make &&
al@19805 22 make install
pankso@447 23 }
pankso@447 24
al@20534 25 genpkg_rules() {
al@20544 26 copy @std
al@20544 27 DEPENDS="eudev libdrm-radeon xorg-libpciaccess"
al@20544 28 TAGS="xorg display"
pankso@447 29 }