Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2071 - (hide annotations) (download)
Mon Jun 15 20:52:15 2009 UTC (14 years, 11 months ago) by niro
File size: 852 byte(s)
auto added: ver bump to 0.1.11-r4
1 niro 2071 # $Id$
2    
3     PNAME="libsexy"
4     PVER="0.1.11"
5     PBUILD="r4"
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.20
15     >= x11-libs/gtk2+-2.16
16     >= x11-libs/pango-1.24
17     >= app-text/iso-codes-3.10"
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