diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 20:03:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 20:03:17 +0100 |
commit | de99b4a7684be96f762e75f272eec92f6ff022f3 (patch) | |
tree | fc5c5cdd6479236757254af1b95ffb32c3aeb2e6 /net-libs/htmlcxx/htmlcxx-0.86.ebuild | |
parent | e797766bf7761a47a677ce56875a94b08b08a0ee (diff) |
net-libs/htmlcxx : new package (dep of Yarock music player)
Diffstat (limited to 'net-libs/htmlcxx/htmlcxx-0.86.ebuild')
-rw-r--r-- | net-libs/htmlcxx/htmlcxx-0.86.ebuild | 23 |
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 +} |