diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 00:46:39 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 00:46:39 +0000 |
commit | 4160260009413549b358b06f7b441fd56b7a2d78 (patch) | |
tree | 529b5dc567017c6315e3f84184cee7ca7a7672d0 /dev-cpp/libxmlpp/libxmlpp-0.21.0.ebuild | |
parent | moving dev-libs/libxml++ to dev-cpp/libxmlpp (diff) | |
download | gentoo-2-4160260009413549b358b06f7b441fd56b7a2d78.tar.gz gentoo-2-4160260009413549b358b06f7b441fd56b7a2d78.tar.bz2 gentoo-2-4160260009413549b358b06f7b441fd56b7a2d78.zip |
moving dev-libs/libxml++ to dev-cpp/libxmlpp
Diffstat (limited to 'dev-cpp/libxmlpp/libxmlpp-0.21.0.ebuild')
-rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-0.21.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-cpp/libxmlpp/libxmlpp-0.21.0.ebuild b/dev-cpp/libxmlpp/libxmlpp-0.21.0.ebuild new file mode 100644 index 000000000000..157dac6e3f72 --- /dev/null +++ b/dev-cpp/libxmlpp/libxmlpp-0.21.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-0.21.0.ebuild,v 1.1 2003/06/19 00:41:50 liquidx Exp $ + +MY_P=${P/pp/++} +DESCRIPTION="C++ wrapper for the libxml XML parser library" +HOMEPAGE="http://libxmlplusplus.sourceforge.net/" +SRC_URI="mirror://sourceforge/libxmlplusplus/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" + +DEPEND=">=dev-libs/libxml2-2.5.1" + +S=${WORKDIR}/${MY_P} + +src_install() { + einstall install || die "Install failed" +# dosym /usr/lib/libxml++-0.1.a /usr/lib/libxml++.a +# dosym /usr/lib/libxml++-0.1.so /usr/lib/libxml++.so + dodoc AUTHORS COPYING ChangeLog NEWS README* +} |