wok annotate xorg-bdftopcf/receipt @ rev 23985
linld: up to 60k for header.com
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 28 09:45:01 2020 +0000 (2020-11-28) |
parents | eb8067417980 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@11203 | 1 # SliTaz package receipt. |
pascal@11203 | 2 |
pascal@11203 | 3 PACKAGE="xorg-bdftopcf" |
Hans-G?nter@22184 | 4 VERSION="1.1" |
pascal@11203 | 5 CATEGORY="x-window" |
Hans-G?nter@22184 | 6 TAGS="utility xorg fonts" |
pascal@11203 | 7 SHORT_DESC="Font compiler for the X server and font server." |
pascal@11203 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 9 LICENSE="MIT" |
Hans-G?nter@22184 | 10 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22184 | 11 |
pascal@11203 | 12 SOURCE="bdftopcf" |
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@22184 | 19 ./configure \ |
Hans-G?nter@22184 | 20 --prefix=/usr \ |
Hans-G?nter@22184 | 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 } |