# HG changeset patch # User Hans-G?nter Theisgen # Date 1573575870 -3600 # Node ID effc02cb41469e4c7d1b28e4ebaeabf0632ad5be # Parent 5c95c69d6518b0c02a4aa4fb7725fb9b16097714 updated xorg-xextproto (7.2.1 -> 7.3.0) diff -r 5c95c69d6518 -r effc02cb4146 xorg-xextproto/receipt --- a/xorg-xextproto/receipt Tue Nov 12 17:19:34 2019 +0100 +++ b/xorg-xextproto/receipt Tue Nov 12 17:24:30 2019 +0100 @@ -1,26 +1,28 @@ # SliTaz package receipt. PACKAGE="xorg-xextproto" -VERSION="7.2.1" +VERSION="7.3.0" CATEGORY="development" -SHORT_DESC="XExt extension headers" +SHORT_DESC="XExt extension headers." MAINTAINER="pankso@slitaz.org" LICENSE="other" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xextproto" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/proto/$TARBALL" + +DEPENDS="pkg-config xorg-util-macros" +BUILD_DEPENDS="xorg-util-macros" + HOST_ARCH="i486 arm" -DEPENDS="xorg-util-macros pkg-config" -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 @@ -30,8 +32,9 @@ genpkg_rules() { mkdir -p $fs/usr/share/licenses - cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt - cp -a $install/* $fs + cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt + cp -a $install/* $fs + rm -rf $fs/usr/share/doc }