wok diff xorg-kbproto/receipt @ rev 24051
Add veracrypt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 24 11:24:29 2021 +0000 (2021-05-24) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-kbproto/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-kbproto/receipt Mon May 24 11:24:29 2021 +0000 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-kbproto" 1.7 -VERSION="1.0.6" 1.8 +VERSION="1.0.7" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="KB extension headers" 1.11 +SHORT_DESC="KB extension headers." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="other" 1.14 -WEB_SITE="https://www.x.org/" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 SOURCE="kbproto" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 1.22 DEPENDS="xorg-util-macros pkg-config" 1.23 BUILD_DEPENDS="xorg-util-macros" 1.24 1.25 +HOST_ARCH="i486 arm" 1.26 + 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - ./configure \ 1.31 - --sysconfdir=/etc \ 1.32 - --localstatedir=/var \ 1.33 + ./configure \ 1.34 + --sysconfdir=/etc \ 1.35 + --localstatedir=/var \ 1.36 $CONFIGURE_ARGS && 1.37 make && 1.38 make install 1.39 @@ -30,8 +32,9 @@ 1.40 genpkg_rules() 1.41 { 1.42 mkdir -p $fs/usr/share/licenses 1.43 - cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt 1.44 1.45 - cp -a $install/* $fs 1.46 + cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt 1.47 + cp -a $install/* $fs 1.48 + 1.49 rm -rf $fs/usr/share/doc 1.50 }