Magellan Linux

Contents of /branches/R11-unstable/core/grubby/grubby-8.35.20140703-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24975 - (show annotations) (download)
Tue Nov 25 02:45:12 2014 UTC (9 years, 5 months ago) by niro
File size: 610 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="grubby"
4 PVER="8.35.20140703"
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-libs/libblkid-2.24"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22 msetfeature "!check"
23
24 # not using fedora upstream, got our own fork!
25 SRC_URI=(
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 # fake
30 UP2DATE="echo ${PVER}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 mmake || die
36 }