diff options
Diffstat (limited to 'meta/packages/apt/apt.inc')
-rw-r--r-- | meta/packages/apt/apt.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc new file mode 100644 index 0000000000..9a4f8f329d --- /dev/null +++ b/meta/packages/apt/apt.inc @@ -0,0 +1,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" |