wok-next diff font-misc-misc/receipt @ rev 21468

updated tcpreplay (4.2.6 -> 4.3.2)
author Hans-G?nter Theisgen
date Wed May 13 06:25:58 2020 +0100 (2020-05-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/font-misc-misc/receipt	Wed May 13 06:25:58 2020 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="font-misc-misc"
     1.7 +VERSION="1.1.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Misc bitmap fixed fonts"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="PublicDomain"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13 +HOST_ARCH="any"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    1.17 +TARBALL_SHA1="c6d28c56880807963175cbbd682fb6f75a35f77d"
    1.18 +
    1.19 +BUILD_DEPENDS="util-macros font-util-dev mkfontdir bdftopcf"
    1.20 +SPLIT="$PACKAGE-base $PACKAGE"
    1.21 +
    1.22 +COOKOPTS="!gz" # too long
    1.23 +
    1.24 +COPY_base="6x13.pcf.gz"
    1.25 +CAT_base="x-window|minimal set"
    1.26 +DEPENDS_base=" "
    1.27 +DEPENDS_std="$PACKAGE-base"
    1.28 +
    1.29 +compile_rules() {
    1.30 +	./configure \
    1.31 +		--disable-all-encodings \
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	make &&
    1.34 +	make install
    1.35 +}
    1.36 +
    1.37 +post_install() {
    1.38 +	chroot "$1/" fc-cache -r /usr/share/fonts/X11/misc
    1.39 +}
    1.40 +post_remove() {
    1.41 +	chroot "$1/" fc-cache -r
    1.42 +}
    1.43 +
    1.44 +TAGS="Xorg font"
    1.45 +
    1.46 +PROVIDE="xorg-font-misc-misc"
    1.47 +PROVIDE_base="xorg-base-fonts"