######################## # # wsmenu # Made by Brad Skiff (and hacked a little by Thomas) # ######################## WSMENU_PKG_DIR=$(PACKAGES_DIR)/wsmenu wsmenu: -rm -r $(WSMENU_PKG_DIR) mkdir -p $(WSMENU_PKG_DIR)/etc cp -a $(PACKAGES_SKELETON_DIR)/wsmenu/* $(WSMENU_PKG_DIR)/. # And, no .svn of course. -find $(WSMENU_PKG_DIR) -type d -name CVS -exec $(RM) -r {} \; > /dev/null 2>&1 -find $(WSMENU_PKG_DIR) -type d -name .svn -exec $(RM) -r {} \; > /dev/null 2>&1 # Makes the bz2 and ffw files and places them under # /floppyfw/packages. # Just to make sure: chmod 755 $(WSMENU_PKG_DIR)/etc/* (cd $(PACKAGES_DIR); sh mkpack wsmenu) wsmenu-clean: -rm -f $(PACKAGES_DIR)/wsmenu.bz2 -rm -f $(PACKAGES_DIR)/wsmenu.ffw -rm -r $(WSMENU_PKG_DIR)