Revision: 2304
          http://gar.svn.sourceforge.net/gar/?rev=2304&view=rev
Author:   wbonnet
Date:     2008-11-17 22:41:30 +0000 (Mon, 17 Nov 2008)

Log Message:
-----------
Add libXau

Added Paths:
-----------
    csw/trunk/lib/libXau/
    csw/trunk/lib/libXau/Makefile
    csw/trunk/lib/libXau/checksums
    csw/trunk/lib/libXau/files/
    csw/trunk/lib/libXau/files/CSWlibXau.depend
    csw/trunk/lib/libXau/files/CSWlibXau.gspec
    csw/trunk/lib/libXau/files/CSWlibXau.prototype
    csw/trunk/lib/libXau/files/CSWlibXaudev.depend
    csw/trunk/lib/libXau/files/CSWlibXaudev.gspec
    csw/trunk/lib/libXau/files/CSWlibXaudev.prototype

Added: csw/trunk/lib/libXau/Makefile
===================================================================
--- csw/trunk/lib/libXau/Makefile                               (rev 0)
+++ csw/trunk/lib/libXau/Makefile       2008-11-17 22:41:30 UTC (rev 2304)
@@ -0,0 +1,36 @@
+GARNAME = libXau
+GARVERSION = 1.0.4
+CATEGORIES = lib
+
+DESCRIPTION = X11 authorisation library
+define BLURB
+This package provides the main interface to the X11 authorisation handling, 
which controls authorisation for X connections, both client-side and 
server-side. 
+endef
+
+MASTER_SITES =http://xorg.freedesktop.org/releases/individual/lib/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz
+
+# DISTFILES    += CSWlibXau.gspec CSWlibXau.prototype CSWlibXau.depend 
+# DISTFILES    += CSWlibXaudev.gspec CSWlibXaudev.prototype 
CSWlibXaudev.depend 
+DISTFILES    += $(call admfiles,CSWlibXau, depend)
+
+CFLAGS       += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION
+CXXFLAGS     += -xlibmil -xlibmopt -features=tmplife -norunpath
+LDFLAGS      += -L/opt/csw/lib -R/opt/csw/lib
+
+export CFLAGS CXXFLAGS LDFLAGS
+
+TEST_SCRIPTS      = none
+
+GREP = ggrep
+
+include ../category.mk
+
+CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man 
+
+test-none:
+       @$(MAKECOOKIE)
+
+post-install:
+       ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep 
-e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}"  \; )

Added: csw/trunk/lib/libXau/checksums
===================================================================
--- csw/trunk/lib/libXau/checksums                              (rev 0)
+++ csw/trunk/lib/libXau/checksums      2008-11-17 22:41:30 UTC (rev 2304)
@@ -0,0 +1,3 @@
+77c3de874155456c857b331063ad2fd9  download/libXau-1.0.4.tar.gz
+d987d62443ccb06edc51d6984f9c5e00  download/CSWlibXau.gspec
+c46676dbe305dd1a76701a52899afbf8  download/CSWlibXau.depend

Added: csw/trunk/lib/libXau/files/CSWlibXau.depend
===================================================================
--- csw/trunk/lib/libXau/files/CSWlibXau.depend                         (rev 0)
+++ csw/trunk/lib/libXau/files/CSWlibXau.depend 2008-11-17 22:41:30 UTC (rev 
2304)
@@ -0,0 +1,5 @@
+P CSWfconfig
+P CSWftype2
+P CSWpixman
+P CSWpng
+P CSWzlib

Added: csw/trunk/lib/libXau/files/CSWlibXau.gspec
===================================================================
--- csw/trunk/lib/libXau/files/CSWlibXau.gspec                          (rev 0)
+++ csw/trunk/lib/libXau/files/CSWlibXau.gspec  2008-11-17 22:41:30 UTC (rev 
2304)
@@ -0,0 +1,4 @@
+%var            bitname libxau
+%var            pkgname CSWlibxau
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/COPYING

Added: csw/trunk/lib/libXau/files/CSWlibXau.prototype
===================================================================
--- csw/trunk/lib/libXau/files/CSWlibXau.prototype                              
(rev 0)
+++ csw/trunk/lib/libXau/files/CSWlibXau.prototype      2008-11-17 22:41:30 UTC 
(rev 2304)
@@ -0,0 +1,20 @@
+d none /opt/csw/lib 0755 root bin
+f none /opt/csw/lib/libXau.la 0755 root bin
+f none /opt/csw/lib/libXau.so.6.0.0 0755 root bin
+s none /opt/csw/lib/libXau.so.6=libXau.so.6.0.0
+s none /opt/csw/lib/libXau.so=libXau.so.6.0.0
+d none /opt/csw/share 0755 root bin
+d none /opt/csw/share/man 0755 root bin
+d none /opt/csw/share/man/man3 0755 root bin
+f none /opt/csw/share/man/man3/Xau.3 0644 root bin
+f none /opt/csw/share/man/man3/XauDisposeAuth.3 0644 root bin
+f none /opt/csw/share/man/man3/XauFileName.3 0644 root bin
+f none /opt/csw/share/man/man3/XauGetAuthByAddr.3 0644 root bin
+f none /opt/csw/share/man/man3/XauGetBestAuthByAddr.3 0644 root bin
+f none /opt/csw/share/man/man3/XauLockAuth.3 0644 root bin
+f none /opt/csw/share/man/man3/XauReadAuth.3 0644 root bin
+f none /opt/csw/share/man/man3/XauUnlockAuth.3 0644 root bin
+f none /opt/csw/share/man/man3/XauWriteAuth.3 0644 root bin
+i copyright=CSWlibXau.copyright
+i depend=CSWlibXau.depend
+i pkginfo=CSWlibXau.pkginfo

Added: csw/trunk/lib/libXau/files/CSWlibXaudev.depend
===================================================================
--- csw/trunk/lib/libXau/files/CSWlibXaudev.depend                              
(rev 0)
+++ csw/trunk/lib/libXau/files/CSWlibXaudev.depend      2008-11-17 22:41:30 UTC 
(rev 2304)
@@ -0,0 +1 @@
+P CSWlibxau

Added: csw/trunk/lib/libXau/files/CSWlibXaudev.gspec
===================================================================
--- csw/trunk/lib/libXau/files/CSWlibXaudev.gspec                               
(rev 0)
+++ csw/trunk/lib/libXau/files/CSWlibXaudev.gspec       2008-11-17 22:41:30 UTC 
(rev 2304)
@@ -0,0 +1,4 @@
+%var            bitname libxau_dev
+%var            pkgname CSWlibxaudev
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/COPYING

Added: csw/trunk/lib/libXau/files/CSWlibXaudev.prototype
===================================================================
--- csw/trunk/lib/libXau/files/CSWlibXaudev.prototype                           
(rev 0)
+++ csw/trunk/lib/libXau/files/CSWlibXaudev.prototype   2008-11-17 22:41:30 UTC 
(rev 2304)
@@ -0,0 +1,9 @@
+d none /opt/csw/include/X11 0755 root bin
+f none /opt/csw/include/X11/Xauth.h 0644 root bin
+d none /opt/csw/lib 0755 root bin
+f none /opt/csw/lib/libXau.a 0644 root bin
+d none /opt/csw/lib/pkgconfig 0755 root bin
+f none /opt/csw/lib/pkgconfig/xau.pc 0644 root bin
+i copyright=CSWlibXaudev.copyright
+i depend=CSWlibXaudev.depend
+i pkginfo=CSWlibXaudev.pkginfo


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to