Magellan Linux

Contents of /trunk/extras/libmythes/libmythes-1.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5705 - (show annotations) (download)
Wed Aug 4 21:15:24 2010 UTC (13 years, 8 months ago) by niro
File size: 456 byte(s)
auto added: ver bump to 1.2.1-r1
1 # $Id$
2
3 PNAME="libmythes"
4 PVER="1.2.1"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="A simple thesaurus library."
11 HOMEPAGE="http://hunspell.sourceforge.net/"
12
13 DEPEND=">= virtual/glibc
14 >= dev-lang/perl-5.10"
15
16 SRCFILE="${PNAME/lib/}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 sourceforge://hunspell/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_sourceforge hunspell MyThes"