Magellan Linux

Contents of /trunk/extras/libexif/libexif-0.6.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1515 - (show annotations) (download)
Sun May 10 16:59:33 2009 UTC (15 years ago) by niro
File size: 741 byte(s)
auto added: ver bump to 0.6.17-r1
1 # $Id$
2
3 PNAME="libexif"
4 PVER="0.6.17"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="EXIF Tag Parsing Library."
11 HOMEPAGE="http://libexif.sourceforge.net/"
12
13 DEPEND=">= virtual/glibc"
14 SDEPEND=">= dev-util/pkgconfig-0.23"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${PNAME}-0.6.13-pkgconfig.patch
25 )
26
27 UP2DATE="updatecmd_sourceforge ${PNAME}"
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 mpatch ${PNAME}-0.6.13-pkgconfig.patch || die
35
36 autoreconf --install --force || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 mconfigure --disable-doc --with-pic || die
44 mmake || die
45 }

Properties

Name Value
svn:keywords Id