Magellan Linux

Annotation of /trunk/extras/fribidi/fribidi-1.0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31186 - (hide annotations) (download)
Tue Jun 12 08:54:24 2018 UTC (6 years, 3 months ago) by niro
File size: 539 byte(s)
auto added: ver bump to 1.0.3-r1
1 niro 31186 # $Id$
2    
3     PNAME="fribidi"
4     PVER="1.0.3"
5     PBUILD="r1"
6    
7     STATE="disabled"
8     PCAT="dev-libs"
9    
10     DESCRIPTION="GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)."
11     HOMEPAGE="http://fribidi.org/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude multilib meson
19    
20     SRC_URI=(
21     https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"