Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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