1
Fork 0

Adding an ebuild for 0.9

This commit is contained in:
Elias Gabriel Amaral da Silva 2010-08-12 10:41:13 -03:00 committed by Davi de Castro Reis
parent 3103d23ff4
commit e32d398467
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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=""
src_install() {
emake DESTDIR=${D} install || die
}