mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
578 B
Plaintext
17 lines
578 B
Plaintext
PKG_NAME="syslinux"
|
|
PKG_VERSION="4.03"
|
|
PKG_REV="1"
|
|
PKG_ARCH="i386 x86_64"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://syslinux.zytor.com/"
|
|
PKG_URL="http://www.kernel.org/pub/linux/utils/boot/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS=""
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="tools"
|
|
PKG_SHORTDESC="syslinux: Linux bootloader collection"
|
|
PKG_LONGDESC="The SYSLINUX project covers lightweight linux bootloaders for floppy media (syslinux), network booting (pxelinux) and bootable el-torito cd-roms (isolinux)."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|