Difference between revisions of "Libuser"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | | + | |https://fedorahosted.org/releases/l/i/libuser/libuser-{{Libuser-Version}}.tar.xz |
|} | |} | ||
---- | ---- | ||
− | {{Package-Introduction|The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources.| | + | {{Package-Introduction|The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources.|https://fedorahosted.org/libuser/}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Latest revision as of 03:20, 14 May 2010
Download Source: | https://fedorahosted.org/releases/l/i/libuser/libuser-0.56.16.tar.xz |
---|
Contents
Introduction to Libuser
The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources.
Project Homepage: https://fedorahosted.org/libuser/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
sed -i "/^all:.*libuser/d" docs/Makefile.in && ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Multilib
32Bit
Compile the package:
sed -i "/^all:.*libuser/d" docs/Makefile.in && CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
N32
Compile the package:
sed -i "/^all:.*libuser/d" docs/Makefile.in && CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
sed -i "/^all:.*libuser/d" docs/Makefile.in && CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Programs: | ??? |
---|---|
Installed Libraries: | ??? |
Installed Directory: | ??? |