wok-next diff xorg-xf86-video-suncg6/receipt @ rev 20561

Up rrdtool (1.7.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 10 00:40:27 2018 +0300 (2018-04-10)
parents 757d032c55c7
children 10df65db91ad
line diff
     1.1 --- a/xorg-xf86-video-suncg6/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/xorg-xf86-video-suncg6/receipt	Tue Apr 10 00:40:27 2018 +0300
     1.3 @@ -13,8 +13,6 @@
     1.4  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="xorg-server-dev"
     1.7 -SPLIT="xorg-xf86-video-suncg6-dev"
     1.8 -PKG_RULE="std-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12 @@ -23,15 +21,7 @@
    1.13  }
    1.14  
    1.15  genpkg_rules() {
    1.16 -	case $PACKAGE in
    1.17 -		*-suncg6)
    1.18 -			copy @std
    1.19 -			DEPENDS="xorg-server"
    1.20 -			TAGS="xorg display"
    1.21 -			;;
    1.22 -		*-dev)
    1.23 -			copy @dev
    1.24 -			DEPENDS="xorg-xf86-video-suncg6 xorg-server-dev"
    1.25 -			;;
    1.26 -	esac
    1.27 +	copy @std
    1.28 +	DEPENDS="xorg-server"
    1.29 +	TAGS="xorg display"
    1.30  }