19 lines
448 B
Bash
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"
|
||
|
}
|