Magellan Linux

Contents of /branches/R11-unstable/extras/libexif/libexif-0.6.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25501 - (show annotations) (download)
Tue Nov 25 03:50:57 2014 UTC (9 years, 5 months ago) by niro
File size: 700 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libexif"
4 PVER="0.6.21"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="EXIF Tag Parsing Library."
10 HOMEPAGE="http://libexif.sourceforge.net/"
11
12 DEPEND=">= virtual/glibc"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-0.6.13-pkgconfig.patch
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 mpatch ${PNAME}-0.6.13-pkgconfig.patch || die
34 mautoreconf || die
35 }
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 mconfigure --disable-doc --with-pic || die
42 mmake || die
43 }