diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-14 00:03:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-14 00:03:57 +0000 |
commit | 67ccd4f93d527c4d1eb52c24db145aac769e6170 (patch) | |
tree | 9c3a3b2c302a754224820c76352b240a551153a7 /media-libs/raptor | |
parent | m68k/s390/epunt_cxx love (diff) | |
download | gentoo-2-67ccd4f93d527c4d1eb52c24db145aac769e6170.tar.gz gentoo-2-67ccd4f93d527c4d1eb52c24db145aac769e6170.tar.bz2 gentoo-2-67ccd4f93d527c4d1eb52c24db145aac769e6170.zip |
ia64/epunt_cxx love
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r-- | media-libs/raptor/raptor-1.4.5.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/raptor/raptor-1.4.5.ebuild b/media-libs/raptor/raptor-1.4.5.ebuild index 571904581fae..da2c2c5b815d 100644 --- a/media-libs/raptor/raptor-1.4.5.ebuild +++ b/media-libs/raptor/raptor-1.4.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.5.ebuild,v 1.3 2005/03/09 00:01:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.5.ebuild,v 1.4 2005/06/14 00:03:57 vapier Exp $ + +inherit eutils DESCRIPTION="The RDF Parser Toolkit" HOMEPAGE="http://librdf.org/raptor/" @@ -8,7 +10,7 @@ SRC_URI="http://librdf.org/dist/source/${P}.tar.gz" LICENSE="LGPL-2 Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~ppc-macos sparc x86" +KEYWORDS="amd64 ia64 ppc ppc64 ~ppc-macos sparc x86" IUSE="curl xml2 gnome ssl" DEPEND="virtual/libc @@ -41,6 +43,11 @@ RDEPEND="virtual/libc DOC="AUTHORS ChangeLog INSTALL NEWS README" HTML="INSTALL.html NEWS.html README.html" +src_unpack() { + unpack ${A} + epunt_cxx +} + src_compile() { myraptorconf="" |