libmowgli stable port information

Package: libmowgli
Version: 0.7.1
Revision: 1
Description: Useful collection of routines for programming
DescDetail: <<
libmowgli is a class library containing performance and usability
oriented extensions to C.
<<
License: BSD
Homepage: http://www.atheme.org/projects/mowgli
Maintainer: Daniel Johnson

Source: http://distfiles.atheme.org/%n-%v.tgz
Source-MD5: 3eaf4405c095d8e145c87fcbeeda00bc

Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true

CompileScript: <<
./configure %c
make LIB_LDFLAGS='-dynamiclib -install_name ${libdir}/${LIB:.dylib=.${LIB_MAJOR}.dylib} -current_version ${LIB_MAJOR}.${LIB_MINOR} -compatibility_version ${LIB_MAJOR}.0'
<<

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS COPYING README doc/BOOST

SplitOff: <<
Package: %N-shlibs

Files: lib/libmowgli.*.dylib
Shlibs: %p/lib/libmowgli.2.dylib 2.0.0 %n (>= 0.7.0-1)
DocFiles: AUTHORS COPYING README
<<