wok-next rev 21626

updated encodings (1.0.4 -> 1.0.5)
author Hans-G?nter Theisgen
date Thu Jun 25 16:03:31 2020 +0100 (2020-06-25)
parents dc288d9b8c75
children 1766aee487d7
files encodings/receipt
line diff
     1.1 --- a/encodings/receipt	Thu Jun 25 15:44:57 2020 +0100
     1.2 +++ b/encodings/receipt	Thu Jun 25 16:03:31 2020 +0100
     1.3 @@ -1,27 +1,28 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="encodings"
     1.7 -VERSION="1.0.4"
     1.8 +VERSION="1.0.5"
     1.9  CATEGORY="x-window"
    1.10 +TAGS="Xorg"
    1.11  SHORT_DESC="The XFree86/Xorg encoding files"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="PublicDomain"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    1.16 -HOST_ARCH="any"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19  WGET_URL="$XORG_MIRROR/font/$TARBALL"
    1.20 -TARBALL_SHA1="24ace2470403f85a0d393769204029bd8247992a"
    1.21 +# 1.0.4 TARBALL_SHA1="24ace2470403f85a0d393769204029bd8247992a"
    1.22  
    1.23 -BUILD_DEPENDS="util-macros mkfontscale font-util-dev"
    1.24 +BUILD_DEPENDS="font-util-dev mkfontscale util-macros"
    1.25  
    1.26 -compile_rules() {
    1.27 +HOST_ARCH="any"
    1.28 +
    1.29 +compile_rules()
    1.30 +{
    1.31  	./configure $CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make install
    1.34  }
    1.35  
    1.36 -TAGS="Xorg"
    1.37 -
    1.38  PROVIDE="xorg-encodings"