wok view xorg-mkfontscale/receipt @ rev 12185

Up: ola to 0.8.18.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 25 16:01:46 2012 -0500 (2012-03-25)
parents
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-mkfontscale"
4 VERSION="1.0.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Create an index of scalable font files for X."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="mkfontscale"
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 }