1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="The OID converter is a tool to convert ASN.1 OIDs between dotted decimal notation and hexadecimal"
9 HOMEPAGE="http://www.rtner.de/software/oid.html"
14 SRC_URI="http://dev.kfwebs.net/gentoo/oid-converter/oid-${PV}.c -> oid.c"
16 KEYWORDS="~amd64 ~x86"
22 #This package ships as a single .c file, manual unpack to ensure the file is copied to the work dir
24 cp "${DISTDIR}/oid.c" "${S}"
29 #This package ships as a single .c file, manual compile process needed
30 $(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} oid.c || die