# HG changeset patch # User Hans-G?nter Theisgen # Date 1573546586 -3600 # Node ID 1335e1bdc22271bfd470bc87ddae081ac38ea7a8 # Parent c98388cd248b38e651c0404ba378ef0bfe5db69a updated xorg-presentproto (1.0 -> 1.1) diff -r c98388cd248b -r 1335e1bdc222 xorg-presentproto/receipt --- a/xorg-presentproto/receipt Tue Nov 12 09:12:46 2019 +0100 +++ b/xorg-presentproto/receipt Tue Nov 12 09:16:26 2019 +0100 @@ -1,25 +1,26 @@ # SliTaz package receipt. PACKAGE="xorg-presentproto" -VERSION="1.0" +VERSION="1.1" CATEGORY="development" SHORT_DESC="Present extension headers." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="presentproto" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/proto/$TARBALL" -DEPENDS="xorg-util-macros pkg-config" +DEPENDS="pkg-config xorg-util-macros" BUILD_DEPENDS="xorg-util-macros" # Rules to configure and make the package. compile_rules() { - ./configure \ - --sysconfdir=/etc \ - --localstatedir=/var \ + ./configure \ + --sysconfdir=/etc \ + --localstatedir=/var \ $CONFIGURE_ARGS && make && make install