wok-next annotate xorg-font-util/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents ea3c4b76ea5d
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19634 2
al@19634 3 PACKAGE="xorg-font-util"
al@19634 4 VERSION="1.3.1"
al@19634 5 CATEGORY="x-window"
al@19634 6 SHORT_DESC="Font utilities dirs"
al@19634 7 MAINTAINER="al.bobylev@gmail.com"
al@19805 8 LICENSE="MIT"
al@19634 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html"
al@19634 11
al@19634 12 TARBALL="font-util-$VERSION.tar.bz2"
al@19634 13 WGET_URL="$XORG_MIRROR/font/$TARBALL"
al@19634 14
al@19634 15 BUILD_DEPENDS="xorg-util-macros"
al@19805 16 SPLIT="xorg-font-util-dev"
al@19634 17
al@20443 18 compile_rules() {
al@19634 19 ./configure \
al@19634 20 --sysconfdir=/etc \
al@19634 21 --localstatedir=/var \
al@19634 22 $CONFIGURE_ARGS &&
al@19634 23 make &&
al@19634 24 make install
al@19634 25 }
al@19634 26
al@20443 27 genpkg_rules() {
al@19805 28 case $PACKAGE in
al@19805 29 *-font-util) copy @std;;
al@19805 30 *-dev) copy @dev;;
al@19805 31 esac
al@19634 32 }