Magellan Linux

Contents of /trunk/extras/exiv2/exiv2-0.25-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27321 - (show annotations) (download)
Tue Dec 15 14:04:41 2015 UTC (8 years, 4 months ago) by niro
File size: 642 byte(s)
-c++11 abi toolchain rebuild
1 # $Id$
2
3 PNAME="exiv2"
4 PVER="0.25"
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++-5.3
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 }