1 # Maintainer: Nicky726 (Nicky726 <at> gmail <dot> com)
6 pkgdesc="KDE text file viewer with filtering possibilities"
8 url="ihttp://staerk.de/thorsten/Krep"
17 # Apparently there is nowhere an up-to-date tarball,
18 # get the code from svn for now.
19 svn co svn://anonsvn.kde.org/home/kde/trunk/playground/utils/krep/
21 cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" -DLIB_INSTALL_DIR=/usr/lib
26 cd "${srcdir}/${pkgname}"