Magellan Linux

Annotation of /trunk/core/syslinux/syslinux-4.06-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16759 - (hide annotations) (download)
Wed Mar 6 09:52:24 2013 UTC (11 years, 3 months ago) by niro
File size: 1064 byte(s)
-fixed dependencies
1 niro 16759 # $Id$
2    
3     PNAME="syslinux"
4     PVER="4.06"
5     PBUILD="r2"
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     # mtools are run-time needed
13     DEPEND=">= virtual/glibc
14     >= sys-libs/libuuid-2.22
15     >= sys-fs/mtools-4"
16    
17     SDEPEND=">= dev-lang/nasm-2"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude mbuild
23     msetfeature "!check"
24    
25     SRC_URI=(
26     http://www.kernel.org/pub/linux/utils/boot/${PNAME}/${SRCFILE}
27     http://www.kernel.org/pub/linux/utils/boot/${PNAME}/${PVER%.*}.xx/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd http://www.kernel.org/pub/linux/utils/boot/${SRCFILE}/ | lasttarball"
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36     mmake installer || die
37     }
38    
39     src_install()
40     {
41     cd ${SRCDIR}
42     mmake INSTALLROOT=${BINDIR} INSTALLSUBDIRS=utils MANDIR=/usr/share/man SBINDIR=/usr/sbin install || die
43     minstalldocs COPYING NEWS README || die
44     }