Magellan Linux

Contents of /branches/R11-unstable/extras/poppler-data/poppler-data-0.4.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32475 - (show annotations) (download)
Mon Apr 29 12:57:59 2019 UTC (4 years, 11 months ago) by niro
File size: 570 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="poppler-data"
4 PVER="0.4.9"
5 PBUILD="r1"
6
7 PCAT="app-text"
8
9 DESCRIPTION="Poppler encoding data files."
10 HOMEPAGE="http://poppler.freedesktop.org/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 SRC_URI=(
18 http://poppler.freedesktop.org/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 )
21
22 UP2DATE="updatecmd -listonly ${HOMEPAGE}| grep ${PNAME} | lasttarball gz"
23
24 src_prepare()
25 {
26 munpack ${SRCFILE} || die
27 }
28
29 src_install()
30 {
31 cd ${SRCDIR}
32 mmake DESTDIR=${BINDIR} prefix=/usr install || die
33 minstalldocs COPYING README || die
34 }