Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5811 - (show annotations) (download)
Wed Jul 16 13:01:39 2014 UTC (9 years, 10 months ago) by niro
File size: 644 byte(s)
auto added: ver bump to 8.35.20140703-r1
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 ALX_PKG_KEEP="usr/sbin"
22 sminclude mbuild alx-split
23 msetfeature "!check"
24
25 # not using fedora upstream, got our own fork!
26 SRC_URI=(
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 # fake
31 UP2DATE="echo ${PVER}"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36 mmake || die
37 }