wok rev 22249

updated xorg-xbitmaps (1.1.1 -> 1.1.2)
author Hans-G?nter Theisgen
date Tue Nov 12 16:37:03 2019 +0100 (2019-11-12)
parents 4d171940f045
children 9d8f358f820e
files xorg-xbitmaps/receipt
line diff
     1.1 --- a/xorg-xbitmaps/receipt	Tue Nov 12 16:33:16 2019 +0100
     1.2 +++ b/xorg-xbitmaps/receipt	Tue Nov 12 16:37:03 2019 +0100
     1.3 @@ -1,25 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xbitmaps"
     1.7 -VERSION="1.1.1"
     1.8 +VERSION="1.1.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Devel files for X (bitmaps)."
    1.11 +SHORT_DESC="Development files for X (bitmaps)."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="xbitmaps"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.x.org/"
    1.19  WGET_URL="$XORG_MIRROR/data/$TARBALL"
    1.20 -HOST_ARCH="i486 arm"
    1.21  
    1.22  DEPENDS="xorg-util-macros"
    1.23  BUILD_DEPENDS="xorg-util-macros"
    1.24  
    1.25 +HOST_ARCH="i486 arm"
    1.26 +
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30  	./configure $CONFIGURE_ARGS &&
    1.31 -	make && make install
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.