wok-stable annotate xorg-xf86bigfontproto/receipt @ rev 1970
Add lilo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 02 16:33:12 2009 +0100 (2009-01-02) |
parents | 441b5630b74f |
children | 4954382e5d74 |
rev | line source |
---|---|
pankso@88 | 1 # SliTaz package receipt. |
pankso@88 | 2 |
pankso@88 | 3 PACKAGE="xorg-xf86bigfontproto" |
pankso@88 | 4 VERSION="1.1.2" |
pankso@200 | 5 CATEGORY="development" |
pankso@88 | 6 SHORT_DESC="Xorg server protocol." |
pankso@88 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@88 | 8 DEPENDS="xorg" |
pankso@88 | 9 SOURCE="xf86bigfontproto" |
pankso@88 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@88 | 11 WEB_SITE="http://www.x.org/" |
pankso@88 | 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@88 | 13 |
pankso@88 | 14 # Rules to configure and make the package. |
pankso@88 | 15 compile_rules() |
pankso@88 | 16 { |
pankso@88 | 17 cd $src |
pankso@88 | 18 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@88 | 19 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@88 | 20 $CONFIGURE_ARGS |
pankso@88 | 21 make |
pankso@88 | 22 make DESTDIR=$PWD/_pkg install |
pankso@88 | 23 } |
pankso@88 | 24 |
pankso@88 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@88 | 26 genpkg_rules() |
pankso@88 | 27 { |
pankso@88 | 28 cp -a $_pkg/* $fs |
pankso@88 | 29 } |
pankso@88 | 30 |