wok diff xorg-xf86-video-neomagic/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 6135577f4d08
children 5d79829fa876
line diff
     1.1 --- a/xorg-xf86-video-neomagic/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/xorg-xf86-video-neomagic/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-neomagic"
     1.7 -VERSION="1.2.7"
     1.8 +VERSION="1.3.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg driver for neomagic cards"
    1.11 +TAGS="xorg display"
    1.12 +SHORT_DESC="Xorg driver for neomagic cards."
    1.13  MAINTAINER="domcox@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +
    1.17  SOURCE="xf86-video-neomagic"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WEB_SITE="https://www.x.org"
    1.20  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.21 -TAGS="xorg display"
    1.22  
    1.23  DEPENDS="xorg-server"
    1.24  BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto"
    1.25 @@ -20,14 +21,14 @@
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure \
    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 +		--sysconfdir=/etc		\
    1.37 +		--mandir=/usr/share/man		\
    1.38 +		--localstatedir=/var		\
    1.39 +		--with-xorg-module-dir=$MODS	\
    1.40  		$CONFIGURE_ARGS &&
    1.41 -	make && make install
    1.42 +	make &&
    1.43 +	make install
    1.44  }
    1.45  
    1.46  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.47 @@ -36,4 +37,3 @@
    1.48  	mkdir -p ${fs}${MODS}/drivers
    1.49  	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
    1.50  }
    1.51 -