wok rev 22188
updated xorg-fontsproto (2.1.2 -> 2.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 09:14:03 2019 +0100 (2019-11-11) |
parents | 00358e12d19d |
children | 55468e317029 |
files | xorg-fontsproto/receipt |
line diff
1.1 --- a/xorg-fontsproto/receipt Mon Nov 11 09:07:45 2019 +0100 1.2 +++ b/xorg-fontsproto/receipt Mon Nov 11 09:14:03 2019 +0100 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-fontsproto" 1.7 -VERSION="2.1.2" 1.8 +VERSION="2.1.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Fonts extension headers" 1.11 +SHORT_DESC="Fonts extension headers." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="other" 1.14 WEB_SITE="https://www.x.org/" 1.15 + 1.16 SOURCE="fontsproto" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.19 + 1.20 +DEPENDS="pkg-config xorg-xproto" 1.21 +BUILD_DEPENDS="xorg-util-macros" 1.22 + 1.23 HOST_ARCH="i486 arm" 1.24 1.25 -DEPENDS="xorg-xproto pkg-config" 1.26 -BUILD_DEPENDS="xorg-util-macros" 1.27 - 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - ./configure \ 1.32 - --sysconfdir=/etc \ 1.33 - --localstatedir=/var \ 1.34 + ./configure \ 1.35 + --sysconfdir=/etc \ 1.36 + --localstatedir=/var \ 1.37 $CONFIGURE_ARGS && 1.38 make && 1.39 make install 1.40 @@ -30,8 +32,9 @@ 1.41 genpkg_rules() 1.42 { 1.43 mkdir -p $fs/usr/share/licenses 1.44 - cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt 1.45 1.46 - cp -a $install/* $fs 1.47 + cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt 1.48 + cp -a $install/* $fs 1.49 + 1.50 rm -rf $fs/usr/share/doc 1.51 }