aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libuser/libuser_0.56.18.bb
blob: d72430ec0f1397e1299a394b99da4c1d3f7e84ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user and group accounts"
HOMEPAGE = "https://fedorahosted.org/libuser/"
BUGTRACKER = "https://fedorahosted.org/libuser/newticket"

LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                    file://lib/user.h;endline=19;md5=9bc141f2e0d3e8b97ecdc945b2ed1ec7 \
                    file://samples/testuser.c;endline=19;md5=61e8c05bd37ce1cba5590071f6e17500"

SECTION = "base"

SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \
           file://disable-sgml-doc.patch;patch=1"
PR = "r0"

DEPENDS = "gettext libpam glib-2.0 xz-native"

EXTRA_OECONF += "--disable-gtk-doc --without-python"

inherit autotools