Magellan Linux

Annotation of /smage/trunk/core/fribidi/fribidi-1.0.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14082 - (hide annotations) (download)
Fri Jul 3 08:46:32 2020 UTC (3 years, 10 months ago) by niro
File size: 639 byte(s)
auto added: ver bump to 1.0.8-r1
1 niro 14082 # $Id$
2    
3     PNAME="fribidi"
4     PVER="1.0.8"
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     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18     sminclude multilib meson alx-split
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"
26    
27     src_compile()
28     {
29     meson_src_compile $(meson_bool_false docs) || die
30     }