Magellan Linux

Contents of /trunk/core/mkinitrd/mkinitrd-6.1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1364 - (show annotations) (download)
Mon May 4 18:56:24 2009 UTC (14 years, 11 months ago) by niro
File size: 990 byte(s)
-ver bump to 6.1.3-r1; support new module.dep format
1 # $Id$
2
3 PNAME="mkinitrd"
4 PVER="6.1.3"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Mkinitrd creates filesystem images for use as initial ramdisk (initrd) images."
11 HOMEPAGE="http://magellan-linux.de/"
12
13 DEPEND=">= sys-apps/gawk-3
14 >= sys-apps/which-2.16
15 >= sys-apps/debianutils-2
16 >= sys-apps/module-init-tools-3
17 >= sys-apps/kudzu-1.2
18 >= app-arch/cpio-2
19 >= sys-fs/e2fsprogs-1.38
20 >= sys-apps/v86d-0.1.3"
21
22 # nasm, netpbm are needed to rebuild syslinux
23 SDEPEND=">= dev-libs/popt-1.10
24 >= virtual/kernel-sources
25 >= sys-apps/findutils-4
26 >= sys-apps/sed-4
27 >= dev-lang/nasm-2"
28
29 SRCFILE="${PNAME}-${PVER}.tar.bz2"
30 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
31
32 sminclude mbuild
33
34 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 # fix version, we want ${PVER}-${PBUILD}
41 echo "${PVER}-${PBUILD}" > VERSION || die
42
43 # fix libdir on 64bit arches
44 sed -i "s:^\(LIBDIR =\).*:\1 /usr/$(mlibdir):" livecd/Makefile || die
45
46 mmake ARCH=${ARCH/i*86/i386} || die
47 }

Properties

Name Value
svn:keywords Id