Magellan Linux

Annotation of /branches/magellan-next/extras/exiv2/exiv2-0.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9077 - (hide annotations) (download)
Wed Oct 5 09:41:22 2011 UTC (12 years, 8 months ago) by niro
File size: 600 byte(s)
auto added: ver bump to 0.22-r1
1 niro 9077 # $Id$
2    
3     PNAME="exiv2"
4     PVER="0.22"
5     PBUILD="r1"
6    
7     PCATEGORIE="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     >= dev-libs/expat-2"
14    
15     SDEPEND=">= sys-dev/gettext-0.18"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.gz"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild
21    
22     SRC_URI=(
23     http://www.exiv2.org/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd -listonly ${HOMEPAGE}/download.html | lasttarball gz"
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     mconfigure --enable-nls --enable-xmp || die
34     mmake || die
35     }