Magellan Linux

Contents of /trunk/extras/libxmlpp/libxmlpp-2.22.0-r1.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: 825 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/libxmlpp/libxmlpp-2.22.0-r1.smage2,v 1.2 2008/04/03 17:33:27 niro Exp $
2
3 PNAME="libxmlpp"
4 PVER="2.22.0"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-cpp"
8 STATE="unstable"
9
10 DESCRIPTION="libxmlpp is a C++ wrapper for the libxml XML parser library."
11 HOMEPAGE="http://libxmlplusplus.sourceforge.net/"
12
13 DEPEND=">= dev-libs/libxml2-2.6.31
14 >= dev-cpp/glibmm-2.16"
15
16 SDEPEND=">= sys-dev/automake-3
17 >= sys-dev/autoconf-4
18 >= dev-util/pkgconfig-0.23"
19
20 SRCFILE="${PNAME/pp/++}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME/pp/++}-${PVER}"
22
23 sminclude gnome2
24
25 SRC_URI=(
26 gnome://${PNAME/pp/++}/${PVER:0:4}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_install()
31 {
32 gn2_src_install || die
33
34 # remove code reference documentation
35 # we don't need that and it saves 2MB
36 rm -rf ${BINDIR}/usr/share/doc/libxml++-2.6 || die
37 }

Properties

Name Value
svn:keywords Id