wok diff xorg-fontsproto/receipt @ rev 23372
updated perl-module-runtime (0.014 -> 0.016)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:39:48 2020 +0100 (2020-03-31) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-fontsproto/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-fontsproto/receipt Tue Mar 31 13:39:48 2020 +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 }