+define Package/hwclock/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
+