summaryrefslogtreecommitdiff
blob: 1a40bdebbb2e7dd112e0e2614ebd6abf15f448ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-2.4.5.ebuild,v 1.1 2002/12/26 21:13:28 rphillips Exp $

S=${WORKDIR}/${PN}
DESCRIPTION="A pure Ruby XML parser with XPath support"
SRC_URI="http://www.germane-software.com/archives/${PN}_${PV}.tgz"
HOMEPAGE="http://www.germane-software.com/software/rexml/"
DEPEND=">=dev-lang/ruby-1.6.0"
LICENSE="Ruby"
KEYWORDS="~x86"
SLOT="0"

src_install () {
	ruby bin/install.rb -d ${D}
}