Magellan Linux

Contents of /branches/magellan-next/core/grubby/grubby-7.0.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8474 - (show annotations) (download)
Tue Jul 19 17:09:33 2011 UTC (12 years, 9 months ago) by niro
File size: 615 byte(s)
auto added: ver bump to 7.0.18-r1
1 # $Id$
2
3 PNAME="grubby"
4 PVER="7.0.18"
5 PBUILD="r1"
6
7 PCATEGORIE="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}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 # not using fedora upstream, got our own fork!
25 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
26
27 # fake
28 UP2DATE="echo ${PVER}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33 mmake || die
34 }