inital checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1601 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-12-03 19:24:40 +00:00
parent 3b7f53375c
commit e9402fb2a7
5 changed files with 36 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
DIST libxmlrow-0.2.tar.gz 322833 RMD160 b8f0fe631234880ea4936af1bd84ae0553863bb2 SHA1 2836f21286215971d35ac1c433d56c6310a137c7 SHA256 8e10e5a998725f4ae1387897def7aeca1cb2241fd9840a4f728d658174674ce9
EBUILD libxmlrow-0.2.ebuild 448 RMD160 c10a06c1c7213a3bc0da36561fba59d7d7203de3 SHA1 7beb98f83f2a59b2d95d7e818292582201c9b7b1 SHA256 d5a5f4430a2b4be30e71f56e75dc9144679fd1189962734afc6583c567c56e90

View File

@@ -0,0 +1,18 @@
# 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"
}