wok-current diff cantarell-fonts/receipt @ rev 23104
Up perl-net-pcap (0.18)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 12 11:27:14 2020 +0100 (2020-03-12) |
parents | d1570adae0ba |
children | 6831608a1b2a |
line diff
1.1 --- a/cantarell-fonts/receipt Mon May 09 21:28:29 2016 +0300 1.2 +++ b/cantarell-fonts/receipt Thu Mar 12 11:27:14 2020 +0100 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cantarell-fonts" 1.7 -VERSION="0.0.16" 1.8 +VERSION="0.0.25" 1.9 CATEGORY="fonts" 1.10 -SHORT_DESC="Sans serif font family designed for on-screen readability" 1.11 +TAGS="font" 1.12 +SHORT_DESC="Sans serif font family designed for on-screen readability." 1.13 MAINTAINER="al.bobylev@gmail.com" 1.14 LICENSE="SIL_OFL" 1.15 WEB_SITE="https://wiki.gnome.org/CantarellFonts" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -SERIES="$(echo $VERSION | cut -d. -f1,2)" 1.19 -WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 1.20 -TAGS="font" 1.21 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.22 1.23 DEPENDS="fontconfig" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure \ 1.29 - --with-configdir=/etc/fonts/conf.avail \ 1.30 - --with-fontdir=/usr/share/fonts/truetype/cantarell \ 1.31 + ./configure \ 1.32 + --with-configdir=/etc/fonts/conf.avail \ 1.33 + --with-fontdir=/usr/share/fonts/truetype/cantarell \ 1.34 $CONFIGURE_ARGS && 1.35 make && 1.36 make install 1.37 @@ -28,5 +28,5 @@ 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - cp -a $install/* $fs 1.42 + cp -a $install/* $fs 1.43 }