Updated ebuild file.
This commit is contained in:
parent
4d3be28d19
commit
07c9f0c9f8
20
portage/dev-libs/cmph/cmph-2.0.ebuild
Normal file
20
portage/dev-libs/cmph/cmph-2.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
DESCRIPTION="Library for building large minimal perfect hashes"
|
||||
HOMEPAGE="http://cmph.sf.net/"
|
||||
SRC_URI="mirror://sourceforge/cmph/${PN}/${P}/${P}.tar.gz"
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
DEPEND="gcc libtool libc"
|
||||
RDEPEND="libc"
|
||||
|
||||
S=${WORKDIR}/${P}
|
||||
|
||||
src_compile() {
|
||||
econf || die "econf failed"
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR=${D} install || die
|
||||
}
|
Loading…
Reference in New Issue
Block a user