wok-6.x annotate xorg-xauth/receipt @ rev 7026
Up: xorg-libXft to 2.2.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 31 14:17:34 2010 +0000 (2010-10-31) |
parents | d1241b1278bb |
children | c514cc4854d8 |
rev | line source |
---|---|
pankso@263 | 1 # SliTaz package receipt. |
pankso@263 | 2 |
pankso@263 | 3 PACKAGE="xorg-xauth" |
gokhlayeh@6993 | 4 VERSION="1.0.5" |
pankso@263 | 5 CATEGORY="x-window" |
erjo@4402 | 6 SHORT_DESC="X authority file utility." |
pankso@263 | 7 MAINTAINER="pankso@slitaz.org" |
rcx@3725 | 8 DEPENDS="glibc-base xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu" |
pankso@263 | 9 SOURCE="xauth" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@263 | 11 WEB_SITE="http://www.x.org/" |
pankso@263 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pankso@263 | 13 |
pankso@263 | 14 # Rules to configure and make the package. |
pankso@263 | 15 compile_rules() |
pankso@263 | 16 { |
pankso@263 | 17 cd $src |
pankso@263 | 18 ./configure --prefix=/usr --mandir=/usr/share/man \ |
pankso@263 | 19 $CONFIGURE_ARGS |
pankso@263 | 20 make |
pankso@263 | 21 make DESTDIR=$PWD/_pkg install |
pankso@263 | 22 } |
pankso@263 | 23 |
pankso@263 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@263 | 25 genpkg_rules() |
pankso@263 | 26 { |
pankso@263 | 27 mkdir -p $fs/usr/share |
pankso@263 | 28 cp -a $_pkg/usr/bin $fs/usr |
pankso@263 | 29 } |