| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.21 | ~amd64 ~x86 | 0 |
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Open Source ASN.1 Compiler"
HOMEPAGE="http://asn1c.sourceforge.net/"
SRC_URI="http://lionet.info/soft/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_install(){
emake DESTDIR="${D}" install || die "make install failed"
dodoc BUGS FAQ NEWS README TODO || die "dodoc failed"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | asn1c-0.9.21.tar.gz | 1282580 bytes | http://lionet.info/soft/asn1c-0.9.21.tar.gz |