blob: 0cd23c029d28cc8cf776df439b99b7c1cb486c6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Advanced front-end for dpkg."
LICENSE = "GPL"
SECTION = "base"
PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
S = "${WORKDIR}/apt-${PV}"
inherit autotools gettext
EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
|