Added compiz-plugins-main-0.8.4 build template.
--HG-- extra : convert_revision : b7a1d272977f3ef839f34d9ebfbc228ad0dd3440
This commit is contained in:
parent
582c12bcd8
commit
29310743fa
4 changed files with 39 additions and 0 deletions
1
srcpkgs/compiz-plugins-main-devel
Symbolic link
1
srcpkgs/compiz-plugins-main-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
compiz-plugins-main
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'compiz-plugins-main-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run compiz-devel
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib/compiz
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/compiz/*.a ${DESTDIR}/usr/lib/compiz
|
||||||
|
}
|
2
srcpkgs/compiz-plugins-main/depends
Normal file
2
srcpkgs/compiz-plugins-main/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.8.4"
|
||||||
|
api_depends="${abi_depends}"
|
20
srcpkgs/compiz-plugins-main/template
Normal file
20
srcpkgs/compiz-plugins-main/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'compiz-plugins-main'
|
||||||
|
pkgname=compiz-plugins-main
|
||||||
|
version=0.8.4
|
||||||
|
distfiles="http://releases.compiz-fusion.org/$version/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="Compiz Main plugins"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=1ea757880a3793e9a01603839b4a2efe5fab4efee0a96101d772dc25422f8aee
|
||||||
|
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 main plugins."
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run compiz
|
||||||
|
Add_dependency full compiz-bcop
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build compiz-devel
|
Loading…
Add table
Add a link
Reference in a new issue