Magellan Linux

Contents of /trunk/extras/exiv2/exiv2-0.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30443 - (show annotations) (download)
Mon Jan 22 13:38:47 2018 UTC (6 years, 3 months ago) by niro
File size: 679 byte(s)
-fixed SRCDIR
1 # $Id$
2
3 PNAME="exiv2"
4 PVER="0.26"
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++-5.3
14 >= dev-libs/expat-2"
15
16 SDEPEND=">= sys-dev/gettext-0.18"
17
18 SRCFILE="${PNAME}-${PVER}-trunk.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-trunk"
20
21 sminclude mbuild
22 msetfeature "!check"
23
24 SRC_URI=(
25 http://www.exiv2.org/builds/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2SUBSTITUTE="-trunk"
30 UP2DATE="updatecmd -listonly ${HOMEPAGE}/download.html | highesttarball gz"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure --enable-nls --enable-xmp || die
37 mmake || die
38 }