Magellan Linux

Contents of /trunk/extras/ccsm/ccsm-0.8.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4708 - (show annotations) (download)
Sat Dec 26 23:24:40 2009 UTC (14 years, 4 months ago) by niro
File size: 763 byte(s)
auto added: ver bump to 0.8.4-r1
1 # $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