Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7167 - (show annotations) (download)
Wed Sep 29 22:30:06 2010 UTC (13 years, 7 months ago) by niro
File size: 544 byte(s)
auto added: ver bump to 0.19.2-r3
1 # $Id: fribidi-0.19.2-r2.smage2 3572 2009-10-26 15:24:32Z niro $
2
3 PNAME="fribidi"
4 PVER="0.19.2"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
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.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://fribidi.org/download/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd '${HOMEPAGE}/download/?C=M;O=A' | lasttarball gz"