blob: 3d6e0ff83289ca46afb03679e038037e361bec85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Library for ASN.1 and DER manipulation"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
inherit autotools binconfig
AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage() {
autotools_stage_all
}
SRC_URI[md5sum] = "ebfd69b3514d8e8830057f0e9df6a5f9"
SRC_URI[sha256sum] = "9431f8e41acbeb5b5b89ec87a092b1a1fe9ef0a229a9a90806f4774707ca1f1f"
|