]> Pileus Git - ~andy/sunrise/blob - dev-util/asn1c/asn1c-0.9.21.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / dev-util / asn1c / asn1c-0.9.21.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="ASN.1 to C compiler"
6 HOMEPAGE="http://asn1c.sourceforge.net/"
7 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
9 LICENSE="BSD-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 src_install(){
15         emake DESTDIR="${D}" install || die "make install failed"
16         dodoc BUGS FAQ NEWS README TODO || die "dodoc failed"
17 }