Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4515 - (show annotations) (download)
Fri Mar 15 09:49:36 2013 UTC (11 years, 2 months ago) by niro
File size: 635 byte(s)
auto added: ver bump to 8.21-r1
1 # $Id$
2
3 PNAME="grubby"
4 PVER="8.21"
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.22"
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 }