1 # Contributor: weirdfox <weirdfox@gmail.com>
2 pkgname=stdin-plasmoid-svn
5 pkgdesc="This plasmoid executes a process and captures its stdout or stderr output stream, it can also display the content of a local file or a remote file via KIO."
7 url="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309"
9 depends=('kdelibs' 'kdebase-runtime' 'kdebase-workspace')
10 makedepends=('cmake' 'automoc4')
11 install=${pkgname}.install
15 svn co https://plasmoidstdin.svn.sourceforge.net/svnroot/plasmoidstdin/0.2/trunk stdin -r32
17 cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
19 make DESTDIR=$startdir/pkg install || return 1