wok diff xorg-xf86-video-s3/receipt @ rev 17434

Up: wv (1.2.9)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Dec 07 11:41:39 2014 +0100 (2014-12-07)
parents 5f4f33f36a0f
children 814c58f64f83
line diff
     1.1 --- a/xorg-xf86-video-s3/receipt	Thu Jun 13 10:45:31 2013 +0200
     1.2 +++ b/xorg-xf86-video-s3/receipt	Sun Dec 07 11:41:39 2014 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg driver for Trident S3 cards."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-server"
     1.8 -BUILD_DEPENDS="xorg-server-dev"
     1.9 +LICENSE="MIT"
    1.10  SOURCE="xf86-video-s3"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://www.x.org/"
    1.13  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.14  TAGS="xorg display"
    1.15  
    1.16 +DEPENDS="xorg-server"
    1.17 +BUILD_DEPENDS="xorg-server-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -25,14 +27,13 @@
    1.23      	--with-xorg-module-dir=/usr/lib/X11/modules \
    1.24      	$CONFIGURE_ARGS
    1.25      make
    1.26 -    make DESTDIR=$PWD/_pkg install
    1.27 +    make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr/lib/X11/modules/drivers/
    1.34 -    cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \
    1.35 -    	$fs/usr/lib/X11/modules/drivers/
    1.36 +	cp -a $install/usr/lib/X11/modules/drivers/*.so \
    1.37 +		$fs/usr/lib/X11/modules/drivers/
    1.38  }
    1.39 -