Requirements cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6691 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-03-24 23:01:10 +00:00
parent 25c5078dfa
commit 46f7f03ed9
6 changed files with 6 additions and 6 deletions

View File

@ -51,5 +51,5 @@ endef
$(eval $(call BuildPackage,ruby))
$(eval $(call RequireCommand,/usr/bin/ruby, \
Ruby requires ruby installed on the host-system. \
$(PKG_NAME) requires ruby installed on the host-system. \
))

View File

@ -63,5 +63,5 @@ endef
$(eval $(call BuildPackage,libpopt))
$(eval $(call RequireCommand,xgettext, \
popt requires GNU gettext to build. \
$(PKG_NAME) requires GNU gettext to build. \
))

View File

@ -91,6 +91,6 @@ endef
$(eval $(call BuildPackage,elinks))
$(eval $(call RequireCommand,autoconf, \
elinks requires GNU autoconf. \
$(PKG_NAME) requires GNU autoconf. \
))

View File

@ -61,6 +61,6 @@ $(eval $(call BuildPackage,shell-fm))
$(eval $(call RequireCommand,aclocal, \
shell-fm requires automake \
$(PKG_NAME) requires automake \
))

View File

@ -50,5 +50,5 @@ endef
$(eval $(call BuildPackage,firmwarehotplug))
$(eval $(call RequireCommand,sdcc, \
Please install the SDCC Cross Compiler (sdcc). \
$(PKG_NAME) requires the SDCC Cross Compiler (sdcc). \
))

View File

@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/lilo
SECTION:=base
CATEGORY:=Boot Loaders
DEPENDS:=@LINUX_2_6_X86||LINUX_2_4_X86
DEPENDS:=@LINUX_2_6_X86
TITLE:=lilo
URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
endef