PKG_NAME = mkinitramfs
PKG_VER = ipfire
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DIR_APP = $(DIR_SOURCE)/$(PKG_NAME)
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Boot
CORE = yes
EXTRA = no
DEBUG = no
+DEPS =
+
+URL = http://tools.assembla.com/mkinitramfs
+LICENSE = GPL
+SHORT_DESC = A tool to create initramfs images.
+
+define LONG_DESC
+ mkinitramfs is intended to create the ultimate initramfs image. It's \
+ designed to boot from any media (SATA, PATA, SCSI, USB, CD-ROM, etc.) \
+ without any changes being made to your disk. However, it is very \
+ simple (about 400 lines of code).
+endef
###############################################################################
# Top-level Rules