wok-next view xorg-xauth/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents 0e7893ac206d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xauth"
4 VERSION="1.0.10"
5 CATEGORY="x-window"
6 SHORT_DESC="X authority file utility"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
12 TARBALL="xauth-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS_arm="xorg-xproto xorg-libXau-dev"
16 BUILD_DEPENDS="xorg-libXmu-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 # mkdir -p $fs/usr/X11R6
28 # ln -s ../bin $fs/usr/X11R6/bin
29 DEPENDS="xorg-libX11 xorg-libXau xorg-libXext xorg-libXmu"
30 }