Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/grubby/grubby-8.40.20200707-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14774 - (show annotations) (download)
Tue Aug 4 12:02:02 2020 UTC (3 years, 8 months ago) by niro
File size: 702 byte(s)
-release branches/alx07x-unstable
1 # $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 }