dev-util/asn1c - 0.9.28 (anomen)

Search

Package Information

Description:
ASN.1 to C compiler
Homepage:
http://asn1c.sourceforge.net/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.9.28 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

DESCRIPTION="ASN.1 to C compiler"
HOMEPAGE="http://asn1c.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_install(){
	emake DESTDIR="${ED}" install || die "make install failed"
	mv "$D/usr/share/doc/asn1c" "$D/usr/share/doc/${PF}"
}

Manifest for 0.9.28

Type File Size Source URLs
DIST asn1c-0.9.28.tar.gz 1622654 bytes mirror://sourceforge/asn1c/asn1c-0.9.28.tar.gz