Magellan Linux

Contents of /trunk/extras/libsigc++/libsigc++-2.2.2-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 652 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/libsigc++/libsigc++-2.2.2-r4.smage2,v 1.1 2008/04/03 14:19:03 niro Exp $
2
3 PNAME="libsigc++"
4 PVER="2.2.2"
5 PBUILD="r4"
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 src_compile()
18 {
19 cd ${SRCDIR}
20
21 mconfigure --docdir=/usr/share/doc/${PNAME}-${PVER} --enable-debug=no || die
22 mmake || die
23 }
24
25 src_install()
26 {
27 cd ${SRCDIR}
28
29 # Makefile ignores docdir and uses libsigc_docdir; we fix that here
30 GN2_MAKE_OPTS="libsigc_docdir=\${docdir}" gn2_src_install || die
31 }

Properties

Name Value
svn:keywords Id