wok diff xorg-xf86-video-savage/receipt @ rev 22417
clamav-dev rebuild: WANTED package clamav is broken
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 15 08:20:39 2019 +0000 (2019-12-15) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xf86-video-savage/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xf86-video-savage/receipt Sun Dec 15 08:20:39 2019 +0000 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-video-savage" 1.7 -VERSION="2.3.6" 1.8 +VERSION="2.3.9" 1.9 CATEGORY="x-window" 1.10 +TAGS="xorg display" 1.11 SHORT_DESC="Xorg driver for Trident savage cards." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://www.x.org/wiki/" 1.15 + 1.16 SOURCE="xf86-video-savage" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="https://www.x.org/" 1.19 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.20 -TAGS="xorg display" 1.21 1.22 DEPENDS="xorg-server" 1.23 BUILD_DEPENDS="xorg-server-dev" 1.24 @@ -20,13 +21,12 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --sysconfdir=/etc \ 1.32 - --mandir=/usr/share/man \ 1.33 - --localstatedir=/var \ 1.34 - --with-xorg-module-dir=$MODS \ 1.35 + ./configure \ 1.36 + --prefix=/usr \ 1.37 + --sysconfdir=/etc \ 1.38 + --mandir=/usr/share/man \ 1.39 + --localstatedir=/var \ 1.40 + --with-xorg-module-dir=$MODS \ 1.41 $CONFIGURE_ARGS && 1.42 make && 1.43 make DESTDIR=$DESTDIR install 1.44 @@ -35,8 +35,7 @@ 1.45 # Rules to gen a SliTaz package suitable for Tazpkg. 1.46 genpkg_rules() 1.47 { 1.48 - mkdir -p $fs/usr/lib/X11/modules/drivers/ 1.49 + mkdir -p $fs/usr/lib/X11/modules/drivers 1.50 cp -a $install/usr/lib/X11/modules/drivers/*.so \ 1.51 $fs/usr/lib/X11/modules/drivers/ 1.52 } 1.53 -