wok view xorg-fonttosfnt/receipt @ rev 11260

Up: fltk (1.3.0) and dillo (3.0.1)
author Alexander Medvedev <devl547@gmail.com>
date Mon Nov 07 21:01:36 2011 +0000 (2011-11-07)
parents
children 0ccb3190e4f3
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"
14 # Rules to configure and make the package.ls sr
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/bin $fs/usr
31 }