wok-6.x annotate xorg-xauth/receipt @ rev 15705

remove claws-mail-gtk2html
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 17:19:07 2013 +0100 (2013-12-22)
parents 6d1e49695497
children fd812ac90452
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"
pascal@15579 8 LICENSE="MIT"
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@12521 14 DEPENDS="xorg-libXmu"
pankso@12521 15 BUILD_DEPENDS="xorg-libXmu-dev"
pankso@12521 16
pankso@263 17 # Rules to configure and make the package.
pankso@263 18 compile_rules()
pankso@263 19 {
pankso@263 20 cd $src
pankso@12521 21 ./configure \
pankso@12521 22 --mandir=/usr/share/man \
pankso@12521 23 $CONFIGURE_ARGS &&
pankso@12521 24 make && make install
pankso@263 25 }
pankso@263 26
pankso@263 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@263 28 genpkg_rules()
pankso@263 29 {
pascal@13944 30 mkdir -p $fs/usr/X11R6
pankso@12521 31 cp -a $install/usr/bin $fs/usr
pascal@13944 32 ln -s ../bin $fs/usr/X11R6/bin
pankso@263 33 }