wok view xorg-iceauth/receipt @ rev 2155

Add: gxmessage
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 05 21:43:25 2009 +0100 (2009-02-05)
parents
children a70ad6804336
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-iceauth"
4 VERSION="1.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="ICE authority file utility"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xorg"
9 SOURCE="iceauth"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://xorg.freedesktop.org/"
12 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr \
19 --infodir=/usr/share/info \
20 --mandir=/usr/share/man $CONFIGURE_ARGS && \
21 make && make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }