diff mbox

sudo: New recipe

Message ID 1377762496-6844-2-git-send-email-kibo@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Kim Bøndergaard Aug. 29, 2013, 7:48 a.m. UTC
---
 recipes/sudo/sudo_1.8.7.oe     | 23 +++++++++++++++++++++++
 recipes/sudo/sudo_1.8.7.oe.sig |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 recipes/sudo/sudo_1.8.7.oe
 create mode 100644 recipes/sudo/sudo_1.8.7.oe.sig

Comments

Esben Haabendal Sept. 12, 2013, 7:40 p.m. UTC | #1
Kim Bøndergaard <kibo@prevas.dk> writes:

> ---
>  recipes/sudo/sudo_1.8.7.oe     | 23 +++++++++++++++++++++++
>  recipes/sudo/sudo_1.8.7.oe.sig |  1 +
>  2 files changed, 24 insertions(+)
>  create mode 100644 recipes/sudo/sudo_1.8.7.oe
>  create mode 100644 recipes/sudo/sudo_1.8.7.oe.sig

Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/recipes/sudo/sudo_1.8.7.oe b/recipes/sudo/sudo_1.8.7.oe
new file mode 100644
index 0000000..1e34f5c
--- /dev/null
+++ b/recipes/sudo/sudo_1.8.7.oe
@@ -0,0 +1,23 @@ 
+DESCRIPTION = """
+Sudo (su "do") allows a system administrator to delegate authority to give
+certain users (or groups of users) the ability to run some (or all) commands
+as root or another user while providing an audit trail of the commands and
+their arguments.
+"""
+LICENSE = "ISC"
+
+RECIPE_TYPES = "machine"
+
+SRC_URI = "http://www.sudo.ws/sudo/dist/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig auto-package-utils
+
+DEPENDS += "libdl"
+
+AUTO_PACKAGE_UTILS = "sudo sudoreplay visudo sudoedit"
+AUTO_PACKAGE_UTILS_RDEPENDS += "${PN}"
+DEPENDS_${PN}-sudo += "libdl"
+RDEPENDS_${PN}-sudo += "libdl"
+
+RDEPENDS_${PN}-sudoedit = "${PN}-sudo"
+
diff --git a/recipes/sudo/sudo_1.8.7.oe.sig b/recipes/sudo/sudo_1.8.7.oe.sig
new file mode 100644
index 0000000..ea9f249
--- /dev/null
+++ b/recipes/sudo/sudo_1.8.7.oe.sig
@@ -0,0 +1 @@ 
+748c87b8caa2e513775961cb3330f2a78118f4bf  sudo-1.8.7.tar.gz