wok-current annotate xorg-fonttosfnt/receipt @ rev 23938
qemu: add X86_64 efi bios (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 12 12:48:26 2020 +0000 (2020-09-12) |
parents | eb8067417980 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@11203 | 1 # SliTaz package receipt. |
pascal@11203 | 2 |
pascal@11203 | 3 PACKAGE="xorg-fonttosfnt" |
Hans-G?nter@22189 | 4 VERSION="1.0.5" |
pascal@11203 | 5 CATEGORY="x-window" |
Hans-G?nter@22189 | 6 TAGS="utility xorg fonts" |
pascal@11203 | 7 SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper." |
pascal@11203 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 9 LICENSE="MIT" |
Hans-G?nter@22189 | 10 WEB_SITE="https://xorg.freedesktop.org/" |
Hans-G?nter@22189 | 11 |
pascal@11203 | 12 SOURCE="fonttosfnt" |
pascal@11203 | 13 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@11203 | 14 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" |
Hans-G?nter@22189 | 15 |
Hans-G?nter@22189 | 16 DEPENDS="freetype xorg-libfontenc xorg-libX11" |
pascal@11203 | 17 |
pascal@11203 | 18 # Rules to configure and make the package.ls sr |
pascal@11203 | 19 compile_rules() |
pascal@11203 | 20 { |
Hans-G?nter@22189 | 21 ./configure \ |
Hans-G?nter@22189 | 22 --prefix=/usr \ |
Hans-G?nter@22189 | 23 --mandir=/usr/share/man \ |
pascal@11203 | 24 $CONFIGURE_ARGS && |
pascal@11203 | 25 make && |
pascal@11203 | 26 make DESTDIR=$DESTDIR install |
pascal@11203 | 27 } |
pascal@11203 | 28 |
pascal@11203 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11203 | 30 genpkg_rules() |
pascal@11203 | 31 { |
pascal@11203 | 32 mkdir -p $fs/usr |
pascal@15579 | 33 cp -a $install/usr/bin $fs/usr |
pascal@11203 | 34 } |