wok annotate xorg-xauth/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents fae364445e65
children eb8067417980
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 {
pascal@13944 29 mkdir -p $fs/usr/X11R6
pankso@12521 30 cp -a $install/usr/bin $fs/usr
pascal@13944 31 ln -s ../bin $fs/usr/X11R6/bin
pankso@263 32 }