Magellan Linux

Contents of /trunk/extras/libsexy/libsexy-0.1.11-r3.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: 853 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/libsexy/libsexy-0.1.11-r3.smage2,v 1.1 2008/03/21 23:15:08 niro Exp $
2
3 PNAME="libsexy"
4 PVER="0.1.11"
5 PBUILD="r3"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Collection of some funky fresh GTK2+ widgets."
11 HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
12
13 DEPEND=">= dev-libs/libxml2-2.6.31
14 >= dev-libs/glib2-2.16
15 >= x11-libs/gtk2+-2.12
16 >= x11-libs/pango-1.20
17 >= app-text/iso-codes-1.0
18 >= dev-lang/perl-5.10"
19
20 SDEPEND=">= dev-util/pkgconfig-0.23"
21
22 sminclude gnome2
23
24 SRCFILE="${PNAME}-${PVER}.tar.gz"
25
26 SRC_URI=(
27 http://releases.chipx86.com/${PNAME}/${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${PNAME}-${PVER}-multilib.patch
30 )
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # fix pkg-config file to respect multilib systems
38 mpatch ${PNAME}-${PVER}-multilib.patch || die
39 }

Properties

Name Value
svn:keywords Id