wok diff xorg-xrandr/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-xrandr/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xrandr/receipt	Tue Apr 28 17:22:54 2020 +0100
     1.3 @@ -1,31 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xrandr"
     1.7 -VERSION="1.3.5"
     1.8 +VERSION="1.5.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="X app to show system resources usage."
    1.11 +SHORT_DESC="X application to show system resources usage."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="xrandr"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.x.org/"
    1.19 +TARBALL="$SOURCE-$VERSION.tar.xz"
    1.20  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.21 -HOST_ARCH="i486 arm"
    1.22  
    1.23  DEPENDS="xorg-libXrandr"
    1.24  BUILD_DEPENDS="xorg-libXrandr-dev"
    1.25  
    1.26 +HOST_ARCH="i486 arm"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32  	./configure $CONFIGURE_ARGS && 
    1.33 -	make && make install
    1.34 +	make &&
    1.35 +	make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 +	cp -a $install/usr/bin	$fs/usr
    1.44  }