Add libnih, prepping for things that depend on it.

This commit is contained in:
steev
2010-02-19 12:54:00 -06:00
parent 137891bbb8
commit 1228e09890
2 changed files with 23 additions and 0 deletions

2
dev-libs/libnih/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST libnih-1.0.1.tar.gz 1185322 RMD160 11d81a1711c00252143f20d7175a6ba84b4ff16d SHA1 cb30c544ffb56db18be953ff76fe85dd17404597 SHA256 ba1d0dcdbc5e2eefa47d1e84cafcccc0e0ab0f5967a9b508da79a7e9f38553ea
EBUILD libnih-1.0.1.ebuild 495 RMD160 c8ee095ad34a497811d3f6582ee5b18fb6f43c61 SHA1 563bf5189050f444a491d2b44fd59de68f7ba8ac SHA256 16f376fbcb7101fff372e68c36e25a316b56c19fbf45e5064da7f02b5e5a62e7

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Small library for C application development"
HOMEPAGE="https://launchpad.net/libnih"
SRC_URI="http://launchpad.net/${PN}/1.0/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-libs/expat
>=sys-apps/dbus-1.2.16"
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
}