4 pkgdesc="Smaragd is a window decoration engine for KWin."
6 url="http://kde-look.org/content/show.php/Smaragd+(Emerald+for+KDE)?content=125162"
8 depends=('kdebase-workspace')
9 makedepends=('cmake automoc4')
10 conflicts=('smaragd-git')
11 install=smaragd.install
14 wget http://kde-look.org/CONTENT/content-files/125162-smaragd-0.0.7.tar.gz
15 tar -xf 125162-smaragd-0.0.7.tar.gz
18 mkdir build && cd build
19 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. || return 1
21 make DESTDIR=${pkgdir} install || return 1