diff options
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libvpd/Manifest | 2 | ||||
-rw-r--r-- | sys-libs/libvpd/libvpd-2.0.3.ebuild | 28 |
2 files changed, 30 insertions, 0 deletions
diff --git a/sys-libs/libvpd/Manifest b/sys-libs/libvpd/Manifest new file mode 100644 index 0000000..374b094 --- /dev/null +++ b/sys-libs/libvpd/Manifest @@ -0,0 +1,2 @@ +DIST libvpd-2.0.3.tar.gz 349996 RMD160 f032006bd2225e8606ca53a6d2dc90a113baa525 SHA1 fe37cff0c08dbe028907540becbdef8c7069e6ff SHA256 4a3f420235d60df28705671b9edefbc042b8b3b3db18a42aac0b01d64dbd97aa +EBUILD libvpd-2.0.3.ebuild 681 RMD160 8794c2d2df1c4bb561d8e6ca5941a6683921041d SHA1 5aeb98bb9ad9946128e1b454b935890249356eb3 SHA256 4a0d66642a89f6c13a4a018539d611d1603767006655e7ad8a364a99439e67a8 diff --git a/sys-libs/libvpd/libvpd-2.0.3.ebuild b/sys-libs/libvpd/libvpd-2.0.3.ebuild new file mode 100644 index 0000000..8515ab4 --- /dev/null +++ b/sys-libs/libvpd/libvpd-2.0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild,v 1.2 2008/04/21 19:54:50 ranger Exp $ + +inherit eutils + +DESCRIPTION="Libraries for Linux Diagnostics Tools " +SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz" +HOMEPAGE="http://linux-diag.sourceforge.net/Lsvpd.html/" + +SLOT="0" +LICENSE="IPL-1" +KEYWORDS="~ppc ~ppc64" +IUSE="" + +DEPEND="dev-db/sqlite + sys-libs/zlib" + +src_unpack() { + unpack ${A} + #epatch ${FILESDIR}/librtas-1.3.3-remove-doc.patch +} + +src_install() { + make DESTDIR="${D}" install || die "Compilation failed" + dodoc README COPYRIGHT + +} |