Magellan Linux

Annotation of /smage/trunk/core/grubby/grubby-8.40.20200707-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14267 - (hide annotations) (download)
Tue Jul 7 11:55:46 2020 UTC (3 years, 10 months ago) by niro
File size: 702 byte(s)
auto added: ver bump to 8.40.20200707-r1
1 niro 14267 # $Id$
2    
3     PNAME="grubby"
4     PVER="8.40.20200707"
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.35"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25
17     >= dev-libs/popt-dev-1.16
18     >= sys-libs/libblkid-dev-2.35"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.bz2"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     ALX_PKG_KEEP="usr/sbin"
24     sminclude mbuild alx-split
25     msetfeature "!check"
26    
27     # not using fedora upstream, got our own fork!
28     SRC_URI=(
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     # fake
33     UP2DATE="echo ${PVER}"
34    
35     src_compile()
36     {
37     cd ${SRCDIR}
38     mmake || die
39     }