summaryrefslogtreecommitdiffstats
path: root/meta/packages/apt/apt.inc
blob: 9a4f8f329ddab2dbb17415085b36e7080f2f3a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Advanced front-end for dpkg."
LICENSE = "GPL"
SECTION = "base"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"

SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
S = "${WORKDIR}/apt-${PV}"

inherit autotools gettext

EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"