wok view xorg-mkfontdir/receipt @ rev 12739

Up: gdk-pixbuf (2.26.1)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 07 23:30:58 2012 +0200 (2012-05-07)
parents bf4417b54ba9
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-mkfontdir"
4 VERSION="1.0.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Create an index of X font files in a directory."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="mkfontdir"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://xorg.freedesktop.org/"
11 WGET_URL="$XORG_MIRROR/app/$TARBALL"
12 TAGS="utility xorg fonts"
14 DEPENDS="xorg-mkfontscale"
16 # Rules to configure and make the package.ls sr
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 chmod +x $fs/usr/bin/*
32 }