wok view xorg-iceauth/receipt @ rev 6315

Up: iw to 0.9.20.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 01:47:01 2010 +0000 (2010-09-17)
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 }