wok-next annotate xorg-mkfontscale/receipt @ rev 20919

dbus-python -> python-dbus
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 09:09:15 2018 +0300 (2018-08-22)
parents 757d032c55c7
children f99935f1778a
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@11203 2
pascal@11203 3 PACKAGE="xorg-mkfontscale"
al@19645 4 VERSION="1.1.2"
pascal@11203 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Create an index of scalable font files for X"
pascal@11203 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
al@20888 11 REPOLOGY="mkfontscale"
pascal@11203 12
al@19645 13 TARBALL="mkfontscale-$VERSION.tar.bz2"
al@19645 14 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 15
al@19645 16 BUILD_DEPENDS="xorg-util-macros xorg-libfontenc-dev freetype-dev xorg-xproto"
al@19645 17
al@20443 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@20443 20 fix libtool &&
al@19805 21 make &&
al@19805 22 make install
pascal@11203 23 }
pascal@11203 24
al@20443 25 genpkg_rules() {
al@19805 26 copy @std
al@19805 27 DEPENDS="freetype xorg-libfontenc zlib"
al@19805 28 TAGS="utility xorg fonts"
pascal@11203 29 }