Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3872 - (show annotations) (download)
Mon Jul 23 08:38:19 2012 UTC (11 years, 10 months ago) by niro
File size: 663 byte(s)
-keep everything in usr/sbin
1 # $Id$
2
3 PNAME="grubby"
4 PVER="8.15"
5 PBUILD="r1"
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}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 ALX_PKG_KEEP="usr/sbin"
23 sminclude mbuild alx-split
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 }