Magellan Linux

Annotation of /trunk/core/grubby/grubby-8.40.20170706-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29623 - (hide annotations) (download)
Thu Jul 6 12:52:24 2017 UTC (6 years, 11 months ago) by niro
File size: 610 byte(s)
auto added: ver bump to 8.40.20170706-r1
1 niro 29623 # $Id$
2    
3     PNAME="grubby"
4     PVER="8.40.20170706"
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     }