You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
427 B

  1. # vim: set noexpandtab:
  2. include $(TOPDIR)/rules.mk
  3. PKG_NAME:=userspace
  4. PKG_VERSION:=1.0
  5. PKG_RELEASE:=1
  6. include $(INCLUDE_DIR)/package.mk
  7. define Package/userspace
  8. SECTION:=meta
  9. CATEGORY:=LILiK
  10. DEPENDS:=+bash +coreutils +gawk +grep +less-wide +screen +tar +tmux +tree
  11. TITLE:=userspace meta-package
  12. endef
  13. define Package/lilik/description
  14. All your userspace tools are here.
  15. endef
  16. $(eval $(call BuildPackage,userspace))