Magellan Linux

Contents of /branches/magellan-next/core/syslinux/syslinux-4.04-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8082 - (show annotations) (download)
Thu Jun 30 12:28:30 2011 UTC (12 years, 10 months ago) by niro
File size: 940 byte(s)
auto added: ver bump to 4.04-r1
1 # $Id$
2
3 PNAME="syslinux"
4 PVER="4.04"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8
9 DESCRIPTION="Syslinux - Bootloaders for MS-DOS FAT filesystems (SYSLINUX), network booting (PXELINUX), bootable "El Torito" CD-ROMs (ISOLINUX), and Linux ext2/ext3/ext4 or btrfs filesystems (EXTLINUX)."
10 HOMEPAGE="http://syslinux.zytor.com/"
11
12 DEPEND=""
13 SDEPEND=">= devl-lang/nasm-2"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.kernel.org/pub/linux/utils/boot/${PNAME}/${SRCFILE}
22 http://www.kernel.org/pub/linux/utils/boot/${PNAME}/${PVER%.*}.xx/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://www.kernel.org/pub/linux/utils/boot/${SRCFILE}/ | lasttarball"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31 mmake installer || die
32 }
33
34 src_install()
35 {
36 cd ${SRCDIR}
37 mmake INSTALLROOT=${BINDIR} INSTALLSUBDIRS=utils MANDIR=/usr/share/man install || die
38 minstalldocs COPYING NEWS README || die
39 }