# HG changeset patch # User Hans-G?nter Theisgen # Date 1573573023 -3600 # Node ID c1c20c23ad5389a1e2140d5bcfb90da5705fa2e3 # Parent 4d171940f04534e236e5c917a8a43db8ce0dd195 updated xorg-xbitmaps (1.1.1 -> 1.1.2) diff -r 4d171940f045 -r c1c20c23ad53 xorg-xbitmaps/receipt --- a/xorg-xbitmaps/receipt Tue Nov 12 16:33:16 2019 +0100 +++ b/xorg-xbitmaps/receipt Tue Nov 12 16:37:03 2019 +0100 @@ -1,25 +1,28 @@ # SliTaz package receipt. PACKAGE="xorg-xbitmaps" -VERSION="1.1.1" +VERSION="1.1.2" CATEGORY="development" -SHORT_DESC="Devel files for X (bitmaps)." +SHORT_DESC="Development files for X (bitmaps)." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xbitmaps" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/data/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="xorg-util-macros" BUILD_DEPENDS="xorg-util-macros" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.