wok-stable annotate xorg-libXi/receipt @ rev 4210
radiusclient-ng: fix FSH
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 24 09:59:33 2009 +0200 (2009-09-24) |
parents | 075898aaed14 |
children | 413b0174114a |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXi" |
pankso@3012 | 4 VERSION="1.1.3" |
pankso@3012 | 5 #VERSION="1.2.1" |
pankso@20 | 6 CATEGORY="x-window" |
pankso@20 | 7 SHORT_DESC="Xorg server module." |
pankso@20 | 8 MAINTAINER="pankso@slitaz.org" |
pankso@20 | 9 SOURCE="libXi" |
pankso@20 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@20 | 11 WEB_SITE="http://www.x.org/" |
pankso@367 | 12 WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/lib/$TARBALL" |
pankso@20 | 13 |
pankso@20 | 14 # Rules to configure and make the package. |
pankso@20 | 15 compile_rules() |
pankso@20 | 16 { |
pankso@20 | 17 cd $src |
pankso@20 | 18 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@20 | 19 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@20 | 20 $CONFIGURE_ARGS |
pankso@20 | 21 make |
pankso@20 | 22 make DESTDIR=$PWD/_pkg install |
pankso@20 | 23 } |
pankso@20 | 24 |
pankso@20 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 26 genpkg_rules() |
pankso@20 | 27 { |
pankso@20 | 28 mkdir -p $fs/usr/lib |
pankso@20 | 29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 30 } |