Added compiz-bcop-0.8.4 build template.
--HG-- extra : convert_revision : 463777048ee49e2f54e0d19902f4a184224da48b
This commit is contained in:
parent
465f9229c8
commit
582c12bcd8
2 changed files with 28 additions and 0 deletions
2
srcpkgs/compiz-bcop/depends
Normal file
2
srcpkgs/compiz-bcop/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.8.4"
|
||||
api_depends="${abi_depends}"
|
26
srcpkgs/compiz-bcop/template
Normal file
26
srcpkgs/compiz-bcop/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'compiz-bcop'
|
||||
pkgname=compiz-bcop
|
||||
version=0.8.4
|
||||
distfiles="http://releases.compiz-fusion.org/$version/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Compiz option code generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d359ca1a9e98e0a4b9abe807f84a9e230a102aee409f3ee4594a895ea9da8c4f
|
||||
long_desc="
|
||||
Compiz is a compositing window manager that uses 3D graphics acceleration
|
||||
via OpenGL. It provides various new graphical effects and features on
|
||||
any desktop environment, including Gnome and KDE.
|
||||
|
||||
This package contains the compiz option code generator."
|
||||
|
||||
noarch=yes
|
||||
Add_dependency run libxslt
|
||||
Add_dependency run bash
|
||||
Add_dependency build intltool
|
||||
Add_dependency build libxslt-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib || return 1
|
||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib || return 1
|
||||
}
|
Loading…
Reference in a new issue