Magellan Linux

Annotation of /branches/branch-xorg18/extras/ccsm/ccsm-0.8.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (hide annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 763 byte(s)
created branch 'branch-xorg18'
1 niro 4708 # $Id$
2    
3     PNAME="ccsm"
4     PVER="0.8.4"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="Compizconfig Settings Manager."
11     HOMEPAGE="http://www.compiz-fusion.org/"
12    
13     DEPEND=">= dev-python/compizconfig-python-${PVER}
14     >= dev-python/pygtk-2.16
15     >= gnome-base/librsvg-2.26"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     # pull in gnome includes to update the gtk-icon-cache!
21     sminclude gnome2 python
22    
23     SRC_URI=(
24     http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'"
29    
30     src_compile()
31     {
32     python_src_compile --prefix=/usr || die
33     }
34    
35     src_install()
36     {
37     python_src_install --prefix=/usr || die
38     }

Properties

Name Value
svn:keywords Id