Magellan Linux

Annotation of /trunk/core/libexif/libexif-0.6.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1642 - (hide annotations) (download)
Tue May 12 21:22:01 2009 UTC (15 years, 1 month ago) by niro
File size: 741 byte(s)
-moved to 'core'
1 niro 1515 # $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