wok annotate xorg-xauth/receipt @ rev 12521

Up: xorg-mkfontdir, xorg-setxkbmap, xorg-xauth, xorg-xclock, xorg-xcompmgr, xorg-xinput, xorg-xload + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:15:23 2012 +0200 (2012-04-25)
parents c514cc4854d8
children 6d1e49695497
rev   line source
pankso@263 1 # SliTaz package receipt.
pankso@263 2
pankso@263 3 PACKAGE="xorg-xauth"
pankso@12521 4 VERSION="1.0.7"
pankso@263 5 CATEGORY="x-window"
erjo@4402 6 SHORT_DESC="X authority file utility."
pankso@263 7 MAINTAINER="pankso@slitaz.org"
pankso@263 8 SOURCE="xauth"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@263 10 WEB_SITE="http://www.x.org/"
pankso@263 11 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@263 12
pankso@12521 13 DEPENDS="xorg-libXmu"
pankso@12521 14 BUILD_DEPENDS="xorg-libXmu-dev"
pankso@12521 15
pankso@263 16 # Rules to configure and make the package.
pankso@263 17 compile_rules()
pankso@263 18 {
pankso@263 19 cd $src
pankso@12521 20 ./configure \
pankso@12521 21 --mandir=/usr/share/man \
pankso@12521 22 $CONFIGURE_ARGS &&
pankso@12521 23 make && make install
pankso@263 24 }
pankso@263 25
pankso@263 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@263 27 genpkg_rules()
pankso@263 28 {
pankso@263 29 mkdir -p $fs/usr/share
pankso@12521 30 cp -a $install/usr/bin $fs/usr
pankso@263 31 }