Magellan Linux

Annotation of /branches/R11-unstable/extras/poppler-data/poppler-data-0.4.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22239 - (hide annotations) (download)
Mon Sep 15 12:21:32 2014 UTC (9 years, 8 months ago) by niro
Original Path: trunk/extras/poppler-data/poppler-data-0.4.7-r1.smage2
File size: 570 byte(s)
auto added: ver bump to 0.4.7-r1
1 niro 22239 # $Id$
2    
3     PNAME="poppler-data"
4     PVER="0.4.7"
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     }