add mozldap to apache
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@183 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
20
dev-util/uncrustify/uncrustify-0.38.ebuild
Normal file
20
dev-util/uncrustify/uncrustify-0.38.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2007 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_compile() {
|
||||
# make || die
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR=${D} install
|
||||
}
|
||||
Reference in New Issue
Block a user