1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Summary: "APE" A Portable Environment for writing Threaded C++ services
Name: APE
Version: 1.0.0
Release: 1
Group: Development/Libraries
URL: http://www.voxilla.org/projects/projape.html
Source: ftp://www.voxilla.org/pub/ape/APE-%{PACKAGE_VERSION}.tar.gz
Copyright: GPL
BuildRoot: /tmp/APE-root
Packager: David Sugar <dyfet@ostel.com>
%description
The APE library is a C++ class "abstraction" library primarily intended
for writing network and telephony server applications in a portable manner.
APE has a very small resource and memory footprint when compared to other
C++ class libraries that perform similar services and is intended to remain
that way.
%prep
%setup
./configure --prefix=/usr
%build
make
%install
make prefix=$RPM_BUILD_ROOT/usr install
%files
%doc AUTHORS COPYING NEWS README README.WIN32 TODO ChangeLog doc
/usr/lib/libape*
/usr/include/APE
|