Magellan Linux

Annotation of /trunk/extras/libgtkhtml/libgtkhtml-2.11.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 664 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/libgtkhtml/libgtkhtml-2.11.1-r1.smage2,v 1.1 2008/04/01 12:17:06 niro Exp $
2    
3     PNAME="libgtkhtml"
4     PVER="2.11.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="gnome-extra"
8     STATE="unstable"
9    
10     DESCRIPTION="GTK HTML widgets library version 2."
11     HOMEPAGE="http://www.gnome.org/"
12    
13     DEPEND=">= x11-libs/gtk2+-2.12
14     >= gnome-base/gnome-vfs-2.22
15     >= dev-libs/libxml2-2.6.31"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.23"
18    
19     sminclude gnome2
20    
21     src_compile()
22     {
23     cd ${SRCDIR}
24    
25     # do not link against libgail
26     # and fix compile issues on multilib systems
27     LDFLAGS="-L/usr/lib64" \
28     gn2_configure --disable-accessibility || die
29    
30     # does not like optimations > -j1
31     mmake -j1 || die
32     }

Properties

Name Value
svn:keywords Id