Magellan Linux

Annotation of /trunk/extras/libsigc++/libsigc++-2.2.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1382 - (hide annotations) (download)
Tue May 5 18:01:21 2009 UTC (15 years ago) by niro
File size: 591 byte(s)
auto added: ver bump to 2.2.3-r1
1 niro 1382 # $Id$
2    
3     PNAME="libsigc++"
4     PVER="2.2.3"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="libsigc++ implements a typesafe callback system for standard C++."
11     HOMEPAGE="http://libsigc.sourceforge.net/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     sminclude gnome2
16    
17     UP2DATE="updatecmd_gnome ${PNAME}"
18    
19     src_compile()
20     {
21     cd ${SRCDIR}
22    
23     mconfigure --docdir=/usr/share/doc/${PNAME}-${PVER} --enable-debug=no || die
24     mmake || die
25     }
26    
27     src_install()
28     {
29     cd ${SRCDIR}
30    
31     # Makefile ignores docdir and uses libsigc_docdir; we fix that here
32     GN2_MAKE_OPTS="libsigc_docdir=\${docdir}" gn2_src_install || die
33     }

Properties

Name Value
svn:keywords Id