Magellan Linux

Annotation of /branches/R11-unstable/extras/exiv2/exiv2-0.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32821 - (hide annotations) (download)
Mon Apr 29 13:45:16 2019 UTC (5 years ago) by niro
File size: 679 byte(s)
-release branches/R11-unstable
1 niro 30441 # $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 niro 30443 SRCDIR="${BUILDDIR}/${PNAME}-trunk"
20 niro 30441
21     sminclude mbuild
22     msetfeature "!check"
23    
24     SRC_URI=(
25 niro 30442 http://www.exiv2.org/builds/${SRCFILE}
26 niro 30441 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     }