Magellan Linux

Contents of /trunk/extras/fribidi/fribidi-0.19.2-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30781 - (show annotations) (download)
Wed Apr 4 13:11:16 2018 UTC (6 years ago) by niro
File size: 473 byte(s)
auto added: ver bump to 1.0.2-r1
1 # $Id$
2
3 PNAME="fribidi"
4 PVER="0.19.2"
5 PBUILD="r5"
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.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib mbuild
18
19 SRC_URI=(
20 http://fribidi.org/download/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd '${HOMEPAGE}/download/?C=M;O=A' | lasttarball gz"