Magellan Linux

Contents of /trunk/core/dosfstools/dosfstools-4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33518 - (show annotations) (download)
Fri Jul 28 10:09:23 2023 UTC (9 months, 2 weeks ago) by niro
File size: 585 byte(s)
-ver bump 4.2-r1
1 # $Id$
2
3 PNAME="dosfstools"
4 PVER="4.2"
5 PBUILD="r1"
6
7 PCAT="sys-fs"
8
9 DESCRIPTION="Tools to handle DOS filesystems."
10 HOMEPAGE="https://github.com/dosfstools/dosfstools"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd https://github.com/dosfstools/dosfstools/releases | highesttarball xz"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure --enable-compat-symlinks || die
31 mmake || die
32 }