Magellan Linux

Contents of /trunk/extras/libwpd/libwpd-0.8.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5698 - (show annotations) (download)
Wed Aug 4 13:40:02 2010 UTC (13 years, 10 months ago) by niro
File size: 489 byte(s)
auto added: ver bump to 0.8.14-r1
1 # $Id$
2
3 PNAME="libwpd"
4 PVER="0.8.14"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="A library for importing Wordperfect documents."
11 HOMEPAGE="http://libwpd.sourceforge.net/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= gnome-extra/libgsf-1.14.16"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE}/download.html | firsttarball"