wok-next diff xorg-xf86-video-sunffb/receipt @ rev 20545
vmtouch: create $install/usr/bin path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 03 15:08:22 2018 +0200 (2018-04-03) |
parents | 757d032c55c7 |
children | 10df65db91ad |
line diff
1.1 --- a/xorg-xf86-video-sunffb/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/xorg-xf86-video-sunffb/receipt Tue Apr 03 15:08:22 2018 +0200 1.3 @@ -12,8 +12,6 @@ 1.4 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.5 1.6 BUILD_DEPENDS="xorg-server-dev" 1.7 -SPLIT="xorg-xf86-video-sunffb-dev" 1.8 -PKG_RULE="std-dev" 1.9 1.10 compile_rules() { 1.11 ./configure $CONFIGURE_ARGS && 1.12 @@ -22,15 +20,7 @@ 1.13 } 1.14 1.15 genpkg_rules() { 1.16 - case $PACKAGE in 1.17 - *-sunffb) 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-sunffb xorg-server-dev" 1.25 - ;; 1.26 - esac 1.27 + copy @std 1.28 + DEPENDS="xorg-server" 1.29 + TAGS="xorg display" 1.30 }