Magellan Linux

Contents of /branches/R11-stable/extras/exiv2/exiv2-0.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15108 - (show annotations) (download)
Wed Jan 2 10:43:13 2013 UTC (11 years, 4 months ago) by niro
File size: 642 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="exiv2"
4 PVER="0.23"
5 PBUILD="r1"
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.6
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 }