Magellan Linux

Annotation of /branches/R11-unstable/extras/exiv2/exiv2-0.24-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23306 - (hide annotations) (download)
Mon Nov 10 08:57:24 2014 UTC (9 years, 7 months ago) by niro
Original Path: trunk/extras/exiv2/exiv2-0.24-r2.smage2
File size: 642 byte(s)
-mass rebuild of older packages
1 niro 23306 # $Id$
2    
3     PNAME="exiv2"
4     PVER="0.24"
5     PBUILD="r2"
6    
7     PCAT="media-gfx"
8    
9     DESCRIPTION="EXIF and IPTC metadata C++ library and command line utility."
10     HOMEPAGE="http://www.exiv2.org/"
11    
12     DEPEND=">= sys-libs/zlib-1.2
13     >= sys-libs/libstdc++-4.8
14     >= dev-libs/expat-2"
15    
16     SDEPEND=">= sys-dev/gettext-0.18"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22     msetfeature "!check"
23    
24     SRC_URI=(
25     http://www.exiv2.org/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd -listonly ${HOMEPAGE}/download.html | lasttarball gz"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     mconfigure --enable-nls --enable-xmp || die
36     mmake || die
37     }