Magellan Linux

Contents of /branches/magellan-next/core/fribidi/fribidi-0.19.2-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8591 - (show annotations) (download)
Fri Jul 22 14:16:01 2011 UTC (12 years, 9 months ago) by niro
File size: 470 byte(s)
auto added: ver bump to 0.19.2-r4
1 # $Id$
2
3 PNAME="fribidi"
4 PVER="0.19.2"
5 PBUILD="r4"
6
7 PCATEGORIE="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 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"