Magellan Linux

Contents of /trunk/core/grubby/grubby-8.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12753 - (show annotations) (download)
Mon Jul 2 14:37:15 2012 UTC (12 years, 2 months ago) by niro
File size: 658 byte(s)
-marked unstable
1 # $Id$
2
3 PNAME="grubby"
4 PVER="8.15"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Command line tool for updating bootloader configs."
11 HOMEPAGE="http://magellan-linux.de"
12 # forked from http://git.fedorahosted.org/git/grubby.git
13
14 DEPEND=">= dev-libs/popt-1.16
15 >= sys-apps/util-linux-2.19
16 >= sys-fs/e2fsprogs-1.41"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25"
19
20 SRCFILE="${PNAME}-${PVER/_2/.2}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_2/.2}"
22
23 sminclude mbuild
24 msetfeature "!check"
25
26 # not using fedora upstream, got our own fork!
27 SRC_URI=(
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 # fake
32 UP2DATE="echo ${PVER}"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37 mmake || die
38 }