wok annotate xorg-mkfontscale/receipt @ rev 23007
consonance: added dependency gcc83-lib-base
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 03 07:00:49 2020 +0100 (2020-03-03) |
parents | eb8067417980 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@11203 | 1 # SliTaz package receipt. |
pascal@11203 | 2 |
pascal@11203 | 3 PACKAGE="xorg-mkfontscale" |
Hans-G?nter@22239 | 4 VERSION="1.2.1" |
pascal@11203 | 5 CATEGORY="x-window" |
Hans-G?nter@22239 | 6 TAGS="utility xorg fonts" |
Hans-G?nter@22239 | 7 SHORT_DESC="Create an index of scaleable font files for X." |
pascal@11203 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 9 LICENSE="MIT" |
Hans-G?nter@22239 | 10 WEB_SITE="http://xorg.freedesktop.org/" |
Hans-G?nter@22239 | 11 |
pascal@11203 | 12 SOURCE="mkfontscale" |
pascal@11203 | 13 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@11203 | 14 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" |
pascal@11203 | 15 |
pascal@11203 | 16 # Rules to configure and make the package.ls sr |
pascal@11203 | 17 compile_rules() |
pascal@11203 | 18 { |
Hans-G?nter@22239 | 19 ./configure \ |
Hans-G?nter@22239 | 20 --prefix=/usr \ |
Hans-G?nter@22239 | 21 --mandir=/usr/share/man \ |
pascal@11203 | 22 $CONFIGURE_ARGS && |
pascal@11203 | 23 make && |
pascal@11203 | 24 make DESTDIR=$DESTDIR install |
pascal@11203 | 25 } |
pascal@11203 | 26 |
pascal@11203 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11203 | 28 genpkg_rules() |
pascal@11203 | 29 { |
pascal@11203 | 30 mkdir -p $fs/usr |
pascal@15579 | 31 cp -a $install/usr/bin $fs/usr |
pascal@11203 | 32 } |