linamh/dev-util/uncrustify/uncrustify-0.48.ebuild
2008-07-30 13:14:43 +00:00

17 lines
400 B
Bash

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Source Code Beautifier for C, C++, C#, D, Java, and Pawn"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
HOMEPAGE="http://uncrustify.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 -ppc -sparc -alpha"
IUSE=""
src_install() {
emake DESTDIR=${D} install
}