hermes stable port information

Package: hermes
Version: 1.3.3
Revision: 3
###
Source: http://www.clanlib.org/download/files/Hermes-%v.tar.bz2
Source-MD5: 1b99f623169cf62b70f3de081a633d14
###
Depends: %N-shlibs (= %v-%r)
BuildDepends: libtool2, autoconf2.6, automake1.11
BuildDependsOnly: true
Replaces: %N (<< %v-3)
###
PatchFile: %n.patch
PatchFile-MD5: 1eb9343d8b78420ef39ffe609207877e
PatchScript: <<
%{default_script}
autoreconf -fi
<<
###
DocFiles: COPYING README
###
ConfigureParams: --disable-dependency-tracking --enable-shared --enable-static --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
SplitOff: <<
Package: %N-shlibs
Replaces: %N (<< %v-3)
Files: <<
lib/libHermes.*.dylib
<<
Shlibs: <<
%p/lib/libHermes.1.dylib 2.0.0 %n (>= 1.3.3-2)
<<
DocFiles: AUTHORS COPYING ChangeLog FAQ INSTALL* NEWS README TODO*
<<
###
Description: Optimized pixel format conversion library
DescDetail: <<
Hermes is a pixel format conversion library that is designed to run as
the backbone of graphics libraries. It will allow you to write code that
supports any pixel format and convert it to any other pixel format thus
making it runnable on any screen depth. It builds on many platforms, DOS,
Windows, UNIX, etc. Other features include clearing and palette handling
and, of course, handwritten x86 and MMX assembler routines for speed
optimization.
<<
DescPackaging: <<
Passing -g -O2 makes ar cry.
<<
###
License: LGPL
Maintainer: Justin F. Hallett
Homepage: http://www.clanlib.org/hermes/

hermes stable port .patch

diff -Nurd -x'*~' Hermes-1.3.3.orig/configure.in Hermes-1.3.3/configure.in
--- Hermes-1.3.3.orig/configure.in 2003-06-04 04:00:12.000000000 -0400
+++ Hermes-1.3.3/configure.in 2011-11-02 15:08:00.000000000 -0400
@@ -44,6 +44,7 @@
dnl Checks for programs.

AC_PROG_CPP
+AM_PROG_AS
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL

@@ -145,8 +146,6 @@

CCAS=$CC
CCASFLAGS=$CFLAGS
-AR_COMPILER=$CC
-AR_FLAGS=$CFLAGS

dnl let's keep autoconf 2.5 happy
AS=$CC

hermes _unstable_ port .patch