Magellan Linux

Annotation of /trunk/extras/exiv2/exiv2-0.18.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1951 - (hide annotations) (download)
Wed Jun 10 18:32:31 2009 UTC (14 years, 11 months ago) by niro
File size: 619 byte(s)
auto added: ver bump to 0.18.1-r1
1 niro 1951 # $Id$
2    
3     PNAME="exiv2"
4     PVER="0.18.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-gfx"
8     STATE="unstable"
9    
10     DESCRIPTION="EXIF and IPTC metadata C++ library and command line utility."
11     HOMEPAGE="http://www.exiv2.org/"
12    
13     DEPEND=">= sys-libs/zlib-1.2
14     >= dev-libs/expat-2"
15    
16     SDEPEND=">= sys-dev/gettext-0.17"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
23     SRC_URI=(
24     http://www.exiv2.org/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd -listonly ${HOMEPAGE}/download.html | lasttarball gz"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     mconfigure --enable-nls --enable-xmp || die
35     mmake || die
36     }

Properties

Name Value
svn:keywords Id