Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Tools for certain user account management tasks" |
| 2 | DESCRIPTION = "The usermode contains the userhelper program, which can be used to allow configured \ |
| 3 | programs to be run with superuser privileges by ordinary users, and several \ |
| 4 | graphical tools for users: \ |
| 5 | * userinfo allows users to change their finger information. \ |
| 6 | * usermount lets users mount, unmount, and format filesystems. \ |
| 7 | * userpasswd allows users to change their passwords. \ |
| 8 | " |
| 9 | HOMEPAGE = "https://pagure.io/usermode" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 10 | LICENSE = "GPL-2.0-or-later" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 12 | |
| 13 | DEPENDS = "libuser ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ |
| 14 | gtk+ desktop-file-utils-native \ |
| 15 | startup-notification intltool-native \ |
| 16 | util-linux \ |
| 17 | " |
| 18 | |
| 19 | SRC_URI = "https://releases.pagure.org/${BPN}/${BPN}-${PV}.tar.xz \ |
| 20 | file://0001-fix-compile-failure-against-musl-C-library.patch \ |
| 21 | file://0001-Makefile.am-Link-with-libm-for-powl-API.patch \ |
| 22 | " |
| 23 | SRC_URI[sha256sum] = "e7f58712b12175965b3a21522052863a061f3f1a888df3ffbe713b434f80254f" |
| 24 | |
| 25 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
| 26 | |
| 27 | inherit features_check autotools gettext pkgconfig |
| 28 | |
| 29 | EXTRA_OEMAKE += "INSTALL='install -p'" |
| 30 | |