updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / bereflected / PKGBUILD
blob8ce7709cc8aa4c14dc341e238a5febf7e384f30c
1 #CONTRIBUTOR: Zephyr
3 pkgname=bereflected
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Clone of Compiz Reflection effect"
7 url="http://kde-look.org/content/show.php/BeReflected?content=125893&PHPSESSID=b2df295b0f66443f239a38132b200f88"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('kdebase-workspace')
11 makedepends=('cmake' 'automoc4')
12 conflicts=()
13 provides=()
14 install=('bereflected.install')
15 source=("http://kde-look.org/CONTENT/content-files/125893-${pkgname}-kwin-fx-${pkgver}.tbz")
16 md5sums=('f0023149fec0201806853baea6dff7c5')
18 build() {
19   cd ${srcdir}/${pkgname}-kwin-fx
21   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
22   make || return 1
25 package() {
26   cd ${srcdir}/${pkgname}-kwin-fx
27   make DESTDIR=${pkgdir} install || return 1 
29 # vim:syntax=sh