Magellan Linux

Contents of /trunk/core/grubby/grubby-8.8_20120218-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11184 - (show annotations) (download)
Sat Feb 18 12:00:31 2012 UTC (12 years, 4 months ago) by niro
File size: 930 byte(s)
-applied cosmetic patch and fixed patch pvers
1 # $Id$
2
3 PNAME="grubby"
4 PVER="8.8_20120218"
5 PBUILD="r3"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Command line tool for updating bootloader configs."
10 HOMEPAGE="http://magellan-linux.de"
11 # forked from http://git.fedorahosted.org/git/grubby.git
12
13 DEPEND=">= dev-libs/popt-1.16
14 >= sys-apps/util-linux-2.19
15 >= sys-fs/e2fsprogs-1.41"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER/_2/.2}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_2/.2}"
21
22 sminclude mbuild
23 msetfeature "!check"
24
25 # not using fedora upstream, got our own fork!
26 SRC_URI=(
27 mirror://${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${PNAME}-8.8-new-kernel-pkg-infinite-loop.patch
29 mirror://${PNAME}/${PNAME}-8.8-cosmetic.patch
30 )
31
32 # fake
33 UP2DATE="echo ${PVER}"
34
35 src_prepare()
36 {
37 munpack ${SRCFILE} || die
38 cd ${SRCDIR}
39
40 mpatch ${PNAME}-8.8-new-kernel-pkg-infinite-loop.patch || die
41 mpatch ${PNAME}-8.8-cosmetic.patch || die
42 }
43
44 src_compile()
45 {
46 cd ${SRCDIR}
47 mmake || die
48 }