Magellan Linux

Contents of /branches/magellan-next/core/poppler-data/poppler-data-0.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7417 - (show annotations) (download)
Wed Jan 12 00:43:10 2011 UTC (13 years, 3 months ago) by niro
File size: 655 byte(s)
auto added: ver bump to 0.4.4-r1
1 # $Id: poppler-data-0.3.0-r1.smage2 3436 2009-10-21 19:49:00Z niro $
2
3 PNAME="poppler-data"
4 PVER="0.4.4"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Poppler encoding data files."
11 HOMEPAGE="http://poppler.freedesktop.org/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 SRC_URI=(
19 http://poppler.freedesktop.org/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd -listonly ${HOMEPAGE}| grep ${PNAME} | lasttarball gz"
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 }
29
30 src_install()
31 {
32 cd ${SRCDIR}
33 mmake DESTDIR=${BINDIR} prefix=/usr install || die
34 minstalldocs COPYING README || die
35 }