]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - pkgs/passwd/passwd.nm
Change file layout of the makefiles.
[people/amarx/ipfire-3.x.git] / pkgs / passwd / passwd.nm
CommitLineData
ae5a840b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ae5a840b
MT
4###############################################################################
5
802ea3af
MT
6name = passwd
7version = 0.76
8release = 1
ae5a840b 9
802ea3af
MT
10groups = Base System/Base
11url = http://fedorahosted.org/passwd
12license = BSD
13summary = An utility for setting or changing passwords using PAM.
ae5a840b 14
802ea3af
MT
15description
16 This package contains a system utility (passwd) which sets
17 or changes passwords, using PAM (Pluggable Authentication
ae5a840b 18 Modules) library.
802ea3af
MT
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 audit-devel
27 glib2-devel
28 libuser-devel
29 pam-devel
30 pkg-config
31 libselinux-devel
32 popt-devel
33 end
34
35 configure_options +=\
36 --with-selinux \
37 --with-audit \
38 --disable-static
39
40 make_build_targets += \
41 DEBUG= RPM_OPT_FLAGS="%{CFLAGS}"
42end
43
44packages
45 package %{name}
46end