wok-next annotate xorg-mkfontdir/receipt @ rev 19783

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents 0994d769f208
children ea3c4b76ea5d
rev   line source
pascal@11203 1 # SliTaz package receipt.
pascal@11203 2
pascal@11203 3 PACKAGE="xorg-mkfontdir"
pankso@12521 4 VERSION="1.0.7"
pascal@11203 5 CATEGORY="x-window"
pascal@11203 6 SHORT_DESC="Create an index of X font files in a directory."
pascal@11203 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
pascal@11203 10 TAGS="utility xorg fonts"
pankso@12521 11
al@19645 12 TARBALL="mkfontdir-$VERSION.tar.bz2"
al@19645 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 14
pascal@11203 15 DEPENDS="xorg-mkfontscale"
al@19645 16 BUILD_DEPENDS="xorg-util-macros"
pascal@11203 17
al@19645 18 # Rules to configure and make the package.
pascal@11203 19 compile_rules()
pascal@11203 20 {
al@19645 21 ./configure $CONFIGURE_ARGS && make && make install
pascal@11203 22 }
pascal@11203 23
pascal@11203 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11203 25 genpkg_rules()
pascal@11203 26 {
al@19783 27 copy bin/
pascal@11203 28 }