+define Package/hwclock
+ $(call Package/util-linux/Default)
+ TITLE:=Utilities for managing the hardware clock
+ DESCRIPTION:=\
+ This package contains a utility for managing the hardware clock
+endef
+
+define Build/Configure
+ # this is NOT GNU configure!
+ ( cd $(PKG_BUILD_DIR); \
+ CC="$(TARGET_CC)" \
+ CFLAGS="$(TARGET_CPPFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS)" \
+ ./configure \
+ );
+endef
+