wok view xorg-xauth/receipt @ rev 5654

Add: linux-toshiba (Toshiba module)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 30 00:39:44 2010 +0200 (2010-05-30)
parents bfb6e7e52174
children 07ae722ec64e
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xauth"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="X authority file utility."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glibc-base xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu"
9 SOURCE="xauth"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.x.org/"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --mandir=/usr/share/man \
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 mkdir -p $fs/usr/share
28 cp -a $_pkg/usr/bin $fs/usr
29 }