]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
syslinux: Added package information.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Sep 2009 09:39:51 +0000 (11:39 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Sep 2009 09:39:51 +0000 (11:39 +0200)
lfs/syslinux

index 127f706ad50a34032279d4f39a61ca74bcb0613c..1bde37f8c5a2000353c4e2d3ec0d8889f8894a1c 100644 (file)
@@ -33,9 +33,24 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Boot
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+URL        = http://syslinux.zytor.com/
+LICENSE    = GPLv2+
+SHORT_DESC = Simple kernel loader which boots from a FAT filesystem.
+
+define LONG_DESC
+       SYSLINUX is a suite of bootloaders, currently supporting DOS FAT \
+       filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots \
+       (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).  It also includes a tool, \
+       MEMDISK, which loads legacy operating systems from these media.
+endef
 
 CFLAGS     = -Werror -Wno-unused -finline-limit=2000