wok view xorg-fontcacheproto/receipt @ rev 13356

naim: update SHORT_DESC
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 10 16:33:06 2012 +0200 (2012-09-10)
parents 4e4cf23c531e
children a09e9d64e4c9
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-fontcacheproto"
4 VERSION="0.1.3"
5 CATEGORY="development"
6 SHORT_DESC="Xorg server protocol."
7 MAINTAINER="pankso@slitaz.org"
8 SOURCE="fontcacheproto"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.x.org/"
11 WGET_URL="$XORG_MIRROR/proto/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --sysconfdir=/etc \
18 --mandir=/usr/share/man --localstatedir=/var \
19 $CONFIGURE_ARGS
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/* $fs
28 }