Magellan Linux

Contents of /branches/R11-unstable/core/dosfstools/dosfstools-4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32246 - (show annotations) (download)
Mon Apr 29 12:00:22 2019 UTC (5 years ago) by niro
File size: 585 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="dosfstools"
4 PVER="4.1"
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.xz"
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 }