Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31297 - (hide annotations) (download)
Thu Jun 21 12:50:31 2018 UTC (5 years, 11 months ago) by niro
File size: 592 byte(s)
auto added: ver bump to 1.0.4-r1
1 niro 31297 # $Id$
2    
3     PNAME="fribidi"
4     PVER="1.0.4"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)."
10     HOMEPAGE="http://fribidi.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib meson
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/${PNAME}/${PNAME}/releases | highesttarball"
25    
26     src_compile()
27     {
28     meson_src_compile $(meson_bool_false docs) || die
29     }