Magellan Linux

Annotation of /trunk/core/dosfstools/dosfstools-4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28624 - (hide annotations) (download)
Mon Mar 13 14:20:03 2017 UTC (7 years, 2 months ago) by niro
File size: 585 byte(s)
auto added: ver bump to 4.1-r1
1 niro 28624 # $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     }