mysql/dev-libs/libxmlrow/libxmlrow-0.2.ebuild
geos_one e9402fb2a7 inital checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1601 6952d904-891a-0410-993b-d76249ca496b
2009-12-03 19:24:40 +00:00

19 lines
448 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="libxmlrow is library written to represent database rows."
SRC_URI="http://download.tangent.org/${P}.tar.gz"
HOMEPAGE="http://tangent.org/578/libxmlrow.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-libs/libxml2"
src_install() {
emake DESTDIR="${D}" install || die "install failed"
}