Magellan Linux

Contents of /smage/trunk/core/grubby/grubby-7.0.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1854 - (show annotations) (download)
Thu Sep 29 14:48:59 2011 UTC (12 years, 7 months ago) by niro
File size: 650 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.20
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 MCORE_ONLY_KEEP="sbin"
23 sminclude mbuild mcore-split
24
25 # not using fedora upstream, got our own fork!
26 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
27
28 # fake
29 UP2DATE="echo ${PVER}"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34 mmake || die
35 }