From 574e14cbea69b596a9a540b6401f2a087ec1e9ac Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 24 Apr 2006 17:11:45 +0000 Subject: Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22267 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- mxml/mxml.list.in | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 mxml/mxml.list.in (limited to 'mxml/mxml.list.in') diff --git a/mxml/mxml.list.in b/mxml/mxml.list.in new file mode 100644 index 000000000..4b2b928a2 --- /dev/null +++ b/mxml/mxml.list.in @@ -0,0 +1,114 @@ +# +# "$Id$" +# +# EPM software list file for Mini-XML, a small XML library. +# +# Copyright 2003-2005 by Michael Sweet. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# + +# Directories... +$prefix=@prefix@ +$exec_prefix=@exec_prefix@ +$bindir=@bindir@ +$docdir=@docdir@ +$includedir=@includedir@ +$libdir=@libdir@ +$mandir=@mandir@ +$srcdir=@srcdir@ + +$PICFLAG=@PICFLAG@ + +# Product information +%product mxml +%copyright 2003-2005 by Michael Sweet +%vendor Michael Sweet +%license ${srcdir}/COPYING +%readme ${srcdir}/README +%version @VERSION@ + +%description <