wok annotate xorg-xauth/receipt @ rev 11061

Up: openvpn to 2.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 00:30:08 2011 +0000 (2011-10-17)
parents 07ae722ec64e
children fae364445e65
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"
slaxemulator@8029 8 DEPENDS="xorg-libXmu"
slaxemulator@8029 9 BUILD_DEPENDS="xorg-libXmu-dev"
pankso@263 10 SOURCE="xauth"
gokhlayeh@6993 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@263 12 WEB_SITE="http://www.x.org/"
pankso@263 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@263 14
pankso@263 15 # Rules to configure and make the package.
pankso@263 16 compile_rules()
pankso@263 17 {
pankso@263 18 cd $src
pankso@263 19 ./configure --prefix=/usr --mandir=/usr/share/man \
pankso@263 20 $CONFIGURE_ARGS
pankso@263 21 make
pankso@263 22 make DESTDIR=$PWD/_pkg install
pankso@263 23 }
pankso@263 24
pankso@263 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@263 26 genpkg_rules()
pankso@263 27 {
pankso@263 28 mkdir -p $fs/usr/share
pankso@263 29 cp -a $_pkg/usr/bin $fs/usr
pankso@263 30 }