Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9600 - (show annotations) (download)
Fri Jul 28 10:10:24 2017 UTC (6 years, 9 months ago) by niro
File size: 702 byte(s)
auto added: ver bump to 8.40.20170706-r1
1 # $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 >= dev-libs/popt-dev-1.16
18 >= sys-libs/libblkid-dev-2.24"
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 }