wok-next diff xorg-xf86-video-ati/receipt @ rev 20286
remove ppp-dev, ppp-pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 08 15:57:06 2017 +0100 (2017-11-08) |
parents | f463de72afe3 |
children | 757d032c55c7 |
line diff
1.1 --- a/xorg-xf86-video-ati/receipt Sun Jun 18 04:38:10 2017 +0300 1.2 +++ b/xorg-xf86-video-ati/receipt Wed Nov 08 15:57:06 2017 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="xorg-xf86-video-ati" 1.8 -VERSION="7.7.0" 1.9 +VERSION="7.9.0" 1.10 CATEGORY="x-window" 1.11 -SHORT_DESC="Xorg server ATI driver." 1.12 +SHORT_DESC="Xorg wrapper driver for ATI video cards" 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="MIT" 1.15 -WEB_SITE="https://www.x.org/wiki/" 1.16 -TAGS="xorg display" 1.17 +WEB_SITE="https://www.x.org/wiki/ati/" 1.18 1.19 TARBALL="xf86-video-ati-$VERSION.tar.bz2" 1.20 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.21 1.22 -DEPENDS="eudev libdrm-radeon xorg-libpciaccess" 1.23 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \ 1.24 xorg-libXrender-dev xorg-libXv-dev libdrm-dev eudev-dev" 1.25 +SPLIT="xorg-xf86-video-ati-dev" 1.26 +PKG_RULE="std-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 @@ -23,11 +23,23 @@ 1.31 --sysconfdir=/etc \ 1.32 --localstatedir=/var \ 1.33 $CONFIGURE_ARGS && 1.34 - make && make install 1.35 + make && 1.36 + make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 - copy *.so 1.43 + case $PACKAGE in 1.44 + *-ati) 1.45 + copy @std 1.46 + DEPENDS="eudev libdrm-radeon xorg-libpciaccess" 1.47 + TAGS="xorg display" 1.48 + ;; 1.49 + *-dev) 1.50 + copy @dev 1.51 + DEPENDS="xorg-xf86-video-ati eudev-dev libdrm-dev \ 1.52 + xorg-libpciaccess-dev" 1.53 + ;; 1.54 + esac 1.55 }