wok view xorg-fonttosfnt/receipt @ rev 11549

Add get-nz form wok-undigest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:18:56 2011 +0100 (2011-12-25)
parents bf4417b54ba9
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-fonttosfnt"
4 VERSION="1.0.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="fonttosfnt"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://xorg.freedesktop.org/"
11 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
12 TAGS="utility xorg fonts"
13 DEPENDS="xorg-libX11 freetype xorg-libfontenc"
15 # Rules to configure and make the package.ls sr
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $_pkg/usr/bin $fs/usr
32 }