Magellan Linux

Contents of /trunk/extras/compiz-bcop/compiz-bcop-0.8.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4707 - (show annotations) (download)
Sat Dec 26 23:22:52 2009 UTC (14 years, 4 months ago) by niro
File size: 741 byte(s)
auto added: ver bump to 0.8.4-r1
1 # $Id$
2
3 PNAME="compiz-bcop"
4 PVER="0.8.4"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Compiz option code generator."
11 HOMEPAGE="http://www.compiz-fusion.org/"
12
13 DEPEND=">= dev-libs/libxslt-1.1.26"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # fix wrong pkgconfig install path
33 sed -i "s:^\(pkgconfigdir = \).*:\1 \$(libdir)/pkgconfig:" Makefile.am || die
34 autoreconf --verbose --install --force || die
35 }

Properties

Name Value
svn:keywords Id