Magellan Linux

Contents of /branches/magellan-next/extras/libsexy/libsexy-0.1.11-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8308 - (show annotations) (download)
Thu Jul 14 13:40:13 2011 UTC (12 years, 9 months ago) by niro
File size: 835 byte(s)
auto added: ver bump to 0.1.11-r6
1 # $Id$
2
3 PNAME="libsexy"
4 PVER="0.1.11"
5 PBUILD="r6"
6
7 PCATEGORIE="x11-libs"
8
9 DESCRIPTION="Collection of some funky fresh GTK2+ widgets."
10 HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
11
12 DEPEND=">= dev-libs/libxml2-2.7
13 >= dev-libs/glib2-2.28
14 >= x11-libs/gtk2+-2.24
15 >= x11-libs/pango-1.28
16 >= app-text/iso-codes-3.27"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25
19 >= dev-lang/perl-5.14"
20
21 sminclude gnome2
22
23 SRCFILE="${PNAME}-${PVER}.tar.gz"
24
25 SRC_URI=(
26 http://releases.chipx86.com/${PNAME}/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${PNAME}-${PVER}-multilib.patch
29 )
30
31 UP2DATE="updatecmd 'http://releases.chipx86.com/${PNAME}/${PNAME}/?C=M;O=A' | lasttarball gz"
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 cd ${SRCDIR}
37
38 # fix pkg-config file to respect multilib systems
39 mpatch ${PNAME}-${PVER}-multilib.patch || die
40 }