Magellan Linux

Annotation of /trunk/extras/libsexy/libsexy-0.1.11-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4139 - (hide annotations) (download)
Thu Nov 26 09:06:10 2009 UTC (14 years, 7 months ago) by niro
File size: 852 byte(s)
auto added: ver bump to 0.1.11-r5
1 niro 4139 # $Id$
2    
3     PNAME="libsexy"
4     PVER="0.1.11"
5     PBUILD="r5"
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.7
14     >= dev-libs/glib2-2.22
15     >= x11-libs/gtk2+-2.18
16     >= x11-libs/pango-1.26
17     >= app-text/iso-codes-3.11"
18    
19     SDEPEND=">= dev-util/pkgconfig-0.23
20     >= dev-lang/perl-5.10"
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     UP2DATE="updatecmd 'http://releases.chipx86.com/${PNAME}/${PNAME}/?C=M;O=A' | lasttarball gz"
33    
34     src_prepare()
35     {
36     munpack ${SRCFILE} || die
37     cd ${SRCDIR}
38    
39     # fix pkg-config file to respect multilib systems
40     mpatch ${PNAME}-${PVER}-multilib.patch || die
41     }

Properties

Name Value
svn:keywords Id