Magellan Linux

Contents of /trunk/extras/exiv2/exiv2-0.18.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3994 - (show annotations) (download)
Mon Nov 16 15:14:22 2009 UTC (14 years, 5 months ago) by niro
File size: 619 byte(s)
-rebuild
1 # $Id$
2
3 PNAME="exiv2"
4 PVER="0.18.2"
5 PBUILD="r3"
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