@ -21,13 +21,13 @@ include $(INCLUDE_DIR)/package.mk
d e f i n e P a c k a g e / u t i l - l i n u x / D e f a u l t
SECTION:= utils
CATEGORY:= Utilities
DEPENDS:= @!LINUX_2_6_ETRAX
URL:= http://www.kernel.org/pub/linux/utils/util-linux/
e n d e f
d e f i n e P a c k a g e / f d i s k
$( call Package/util-linux/Default)
TITLE:= Partition table manipulation utility
DEPENDS:= @!LINUX_2_6_ETRAX
DESCRIPTION:= \
This package contains a utility for managing disk partition tables.
URL:= http://www.kernel.org/pub/linux/utils/util-linux/
@ -36,7 +36,7 @@ endef
d e f i n e P a c k a g e / c f d i s k
$( call Package/util-linux/Default)
TITLE:= Partition table manipulation utility
DEPENDS:= +libncurses @!LINUX_2_6_ETRAX
DEPENDS += +libncurses
DESCRIPTION:= \
This package contains a utility for managing disk partition tables.
URL:= http://www.kernel.org/pub/linux/utils/util-linux/
@ -45,7 +45,6 @@ endef
d e f i n e P a c k a g e / l o s e t u p
$( call Package/util-linux/Default)
TITLE:= Loopback devices setup and control utility
DEPENDS:= @!LINUX_2_6_ETRAX
DESCRIPTION:= \
This package contains a utility for managing loopback devices.
e n d e f
@ -53,7 +52,6 @@ endef
d e f i n e P a c k a g e / s w a p - u t i l s
$( call Package/util-linux/Default)
TITLE:= Swap space management utilities
DEPENDS:= @!LINUX_2_6_ETRAX
DESCRIPTION:= \
This package contains a collection of tools for managing swap space: \\ \
- mkswap\\ \
@ -64,19 +62,26 @@ endef
d e f i n e P a c k a g e / h w c l o c k
$( call Package/util-linux/Default)
TITLE:= Utilities for managing the hardware clock
DEPENDS:= @!LINUX_2_6_ETRAX
DESCRIPTION:= \
This package contains a utility for managing the hardware clock
e n d e f
TARGET_CFLAGS += -I$( PKG_BUILD_DIR) /lib
d e f i n e B u i l d / C o n f i g u r e
# this is NOT GNU configure!
( cd $( PKG_BUILD_DIR) ; \
CC = " $( TARGET_CC) " \
CFLAGS = " $( TARGET_CPPFLAGS) " \
LDFLAGS = " $( TARGET_LDFLAGS) " \
./configure \
) ;
e n d e f
d e f i n e B u i l d / C o m p i l e
$( call Build/Compile/Default, \
$( MAKE) -C $( PKG_BUILD_DIR) \
OPT = " $( TARGET_CFLAGS) " \
INSTALLSUID = "install -m 4755" \
DESTDIR = " $( PKG_INSTALL_DIR) " \
all install \
)
all install
e n d e f
d e f i n e P a c k a g e / T e m p l a t e