wok rev 23745

updated xdg-utils (1.1.0-rc1 -> 1.1.3)
author Hans-G?nter Theisgen
date Fri May 01 14:08:35 2020 +0100 (2020-05-01)
parents 162ce5a95e8f
children 2117e19cae0b
files libxcb/receipt xdg-utils/receipt
line diff
     1.1 --- a/libxcb/receipt	Fri May 01 13:47:01 2020 +0100
     1.2 +++ b/libxcb/receipt	Fri May 01 14:08:35 2020 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  LICENSE="other"
     1.5  WEB_SITE="https://xcb.freedesktop.org/"
     1.6  
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.9  WGET_URL="${WEB_SITE}dist/$TARBALL"
    1.10  
    1.11  DEPENDS="glibc-base xorg-libXau xorg-libXdmcp"
     2.1 --- a/xdg-utils/receipt	Fri May 01 13:47:01 2020 +0100
     2.2 +++ b/xdg-utils/receipt	Fri May 01 14:08:35 2020 +0100
     2.3 @@ -1,28 +1,33 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xdg-utils"
     2.7 -VERSION="1.1.0-rc1"
     2.8 +VERSION="1.1.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Assists desktop integration tasks."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12  LICENSE="MIT"
    2.13 +WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-utils/"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-utils/"
    2.17  WGET_URL="http://portland.freedesktop.org/download/$TARBALL"
    2.18  HOST_ARCH="i486 arm"
    2.19  
    2.20 +BUILD_DEPENDS="docbook-xsl"
    2.21 +
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 -	./configure \
    2.26 +	./configure		\
    2.27 +		--prefix=/usr	\
    2.28  		$CONFIGURE_ARGS &&
    2.29 -	make && make install
    2.30 +	make scripts &&
    2.31 +	make install
    2.32  }
    2.33  
    2.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.35  genpkg_rules()
    2.36  {
    2.37  	mkdir -p $fs/usr
    2.38 -	cp -a $install/usr/bin $fs/usr
    2.39 +	cp -a $install/usr/bin	$fs/usr
    2.40  }
    2.41