Magellan Linux

Contents of /trunk/core/syslinux/syslinux-4.05-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12057 - (show annotations) (download)
Fri May 4 11:02:30 2012 UTC (12 years ago) by niro
File size: 955 byte(s)
auto added: ver bump to 4.05-r1
1 # $Id$
2
3 PNAME="syslinux"
4 PVER="4.05"
5 PBUILD="r1"
6
7 PCAT="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 msetfeature "!check"
20
21 SRC_URI=(
22 http://www.kernel.org/pub/linux/utils/boot/${PNAME}/${SRCFILE}
23 http://www.kernel.org/pub/linux/utils/boot/${PNAME}/${PVER%.*}.xx/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://www.kernel.org/pub/linux/utils/boot/${SRCFILE}/ | lasttarball"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32 mmake installer || die
33 }
34
35 src_install()
36 {
37 cd ${SRCDIR}
38 mmake INSTALLROOT=${BINDIR} INSTALLSUBDIRS=utils MANDIR=/usr/share/man install || die
39 minstalldocs COPYING NEWS README || die
40 }