updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / stdin-plasmoid-svn / PKGBUILD
blob16869e689e8fec62549708a6f511f0502f065dba
1 # Contributor: weirdfox <weirdfox@gmail.com>
2 pkgname=stdin-plasmoid-svn
3 pkgver=0.2r32
4 pkgrel=1
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."
6 arch=('i686' 'x86_64')
7 url="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309"
8 license=('GPL')
9 depends=('kdelibs' 'kdebase-runtime' 'kdebase-workspace')
10 makedepends=('cmake' 'automoc4')
11 install=${pkgname}.install
13 build() {
14         cd $startdir/src
15         svn co https://plasmoidstdin.svn.sourceforge.net/svnroot/plasmoidstdin/0.2/trunk stdin -r32
16         cd stdin
17         cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
18         make || return 1
19         make DESTDIR=$startdir/pkg install || return 1