summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2003-03-08 20:57:03 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2003-03-08 20:57:03 +0000
commit0812302e615d7d2074bb4c91a7c256d4aa60ee56 (patch)
treea47f8f080ca19a5a0e006aacb0783203bf90d074 /dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild
parentbump, drop old one cuz it bugs (diff)
downloadhistorical-0812302e615d7d2074bb4c91a7c256d4aa60ee56.tar.gz
historical-0812302e615d7d2074bb4c91a7c256d4aa60ee56.tar.bz2
historical-0812302e615d7d2074bb4c91a7c256d4aa60ee56.zip
Created ebuild - missing gentoo patch
Diffstat (limited to 'dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild')
-rw-r--r--dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild
new file mode 100644
index 000000000000..1ce34aa6d57b
--- /dev/null
+++ b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9.ebuild,v 1.1 2003/03/08 20:56:57 pvdabeel Exp $
+
+A=xmlrpc-c-${PV}.tar.gz
+S=${WORKDIR}/xmlrpc-c-${PV}
+DESCRIPTION="A lightweigt RPC library based on XML and HTTP"
+SRC_URI="mirror://sourceforge/xmlrpc-c/${A}"
+HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
+KEYWORDS="x86 ppc"
+LICENSE="GPL2"
+SLOT="0"
+
+DEPEND="virtual/glibc
+ net-libs/libwww"
+
+src_install() {
+ make prefix=${D}/usr install
+}