libsmi stable port information

Package: libsmi
Version: 0.4.8
Revision: 1
BuildDepends: autoconf2.6, automake1.11, libtool2
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
DocFiles: ANNOUNCE COPYING ChangeLog README THANKS TODO
ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc --disable-dependency-tracking
PatchScript: autoreconf -fvi
CompileScript: <<
SH=/bin/sh AWK=/usr/bin/awk ./configure %c
make
<<
InstallScript: make install DESTDIR=%d
SplitOff: <<
Package: %N-shlibs
Files: lib/libsmi.2*.dylib
Depends: %N-data (>= %v-%r)
DocFiles: ANNOUNCE COPYING ChangeLog README THANKS TODO
Shlibs: <<
%p/lib/libsmi.2.dylib 3.0.0 %n (>= 0.4.1-1)
<<
<<
SplitOff2: <<
Package: %N-tools
Files: bin share/man/man1
Depends: <<
%N-shlibs (>= %v-%r),
wget
<<
DocFiles: ANNOUNCE COPYING ChangeLog README THANKS TODO
<<
SplitOff3: <<
Package: %N-data
Files: share/mibs share/pibs
Replaces: %N (<< 0.4.8-1)
DocFiles: COPYING
<<
Maintainer: Benjamin Reed
Source: ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-%v.tar.gz
Source-MD5: 760b6b1070738158708649ed2c63425e
Description: Library to Access SMI MIB Information
DescDetail: <<
The core of the libsmi distribution is a library that allows
management applications to access SMI MIB module definitions. On
top of this library, there are tools to check, analyze dump, convert,
and compare MIB definitions. Finally, the distribution contains a
steadily maintained and revised archive of all IETF and IANA
maintained standard MIB and PIB modules.

The library is internally divided into two layers. The upper layers
represent the API to applications that make use of libsmi.
Furthermore, the upper layer holds the MIB information in common
internal data structures. The lower layer contains the drivers
that implement the access to persistent MIB module repositories.
Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB
module files exist. A driver for an early draft of SMIng is also
present.
<<
DescPackaging: <<
Former Maintainer: Bill Fenner

Make sure to get Apple's commands in order to minimize external deps.

sysconfdir is not fully expanded by default, so hard-code it.

Redo auto* to get lots of modern things (-L usage, twolevel, etc)
<<
Homepage: http://www.ibr.cs.tu-bs.de/projects/libsmi/
License: BSD