@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := shadow
PKG_NAME := shadow
PKG_VERSION := 4.2.1
PKG_VERSION := 4.2.1
PKG_RELEASE := 3
PKG_RELEASE := 4
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := http://pkg-shadow.alioth.debian.org/releases
PKG_SOURCE_URL := http://pkg-shadow.alioth.debian.org/releases
@ -21,9 +21,8 @@ PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL := 1
PKG_BUILD_PARALLEL := 1
PKG_INSTALL := 1
PKG_INSTALL := 1
PKG_BUILD_DEPENDS := libintl libiconv
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / n l s . m k
SHADOW_APPLETS := \
SHADOW_APPLETS := \
chage groupadd groupdel groupmod groups passwd su \
chage groupadd groupdel groupmod groups passwd su \
@ -93,6 +92,7 @@ Package/shadow-utils/description = $(Package/shadow/description)
d e f i n e P a c k a g e / s h a d o w - c o m m o n
d e f i n e P a c k a g e / s h a d o w - c o m m o n
$( call Package/shadow/Default)
$( call Package/shadow/Default)
TITLE:= Shared definitions for the PLD Linux shadow utilities
TITLE:= Shared definitions for the PLD Linux shadow utilities
DEPENDS:= $( ICONV_DEPENDS) $( INTL_DEPENDS)
HIDDEN:= 1
HIDDEN:= 1
e n d e f
e n d e f