1 pkgname=kdeplasma-addons-applets-takeoff
5 pkgdesc="Takeoff is a full screen menu inpired in the aspect of Slingshot and the OS X Launchpad menu but adapted to the KDE users in a plasmoid."
6 url="http://kde-apps.org/content/show.php/Takeoff?content=144078"
9 source=("http://takeoff-launcher.googlecode.com/files/${_pkgname}-${pkgver}.tar.gz")
10 md5sums=('ac03a1659d2d66448ae880b3dec06095')
11 depends=('kdebase-workspace')
12 makedepends=('cmake' 'automoc4' )
15 cd "${srcdir}/${_pkgname}-${pkgver}"
16 cmake . -DCMAKE_INSTALL_PREFIX=/usr
21 cd "${srcdir}/${_pkgname}-${pkgver}"
22 make DESTDIR="${pkgdir}" install