From: Michael Tremer Date: Wed, 16 Sep 2009 09:39:51 +0000 (+0200) Subject: syslinux: Added package information. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ed3faf7a0b538bffa76c57a7266e2eb732f8d0;p=ipfire-3.x.git syslinux: Added package information. --- diff --git a/lfs/syslinux b/lfs/syslinux index 127f706ad..1bde37f8c 100644 --- a/lfs/syslinux +++ b/lfs/syslinux @@ -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