summaryrefslogtreecommitdiff
path: root/net-libs/htmlcxx/htmlcxx-0.86.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/htmlcxx/htmlcxx-0.86.ebuild')
-rw-r--r--net-libs/htmlcxx/htmlcxx-0.86.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-libs/htmlcxx/htmlcxx-0.86.ebuild b/net-libs/htmlcxx/htmlcxx-0.86.ebuild
new file mode 100644
index 00000000..dc2abd89
--- /dev/null
+++ b/net-libs/htmlcxx/htmlcxx-0.86.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils
+
+DESCRIPTION="a simple non-validating css1 and html parser for C++"
+HOMEPAGE="http://sf.net/projects/htmlcxx"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-ptrdiff_t.patch
+ default_src_prepare
+}