# DISCLAIMER: Max Horn is the sole maintainer of this package. # Please DO NOT MAKE MODIFICATIONS without informing the maintainer. # Preferably, send a patch to me instead of making changes yourself! # If that is not possible due to extra urgency, at least send me a mail. # # Explanation: I am sick and tired of getting back to my packages and # discovering that people have messed with it. I am then forced to # retrace their steps, find out who, when and why did make a certain # change etc. -- i.e. it makes my life as maintainer harder. # Furthermore, as maintainer I am responsible for problems caused by my # packages. But I am not willing to take responsibility for something I # did not do. In particular, for changes that other people introduced # behind my back, no matter how good and noble their intentions were. As # such, I may see myself forced to drop responsibility for (and hence, # maintainership of) the affected package. Package: msrp Version: 0.9.5 Revision: 1 Maintainer: Max Horn # Depends: libpcre1-shlibs BuildDepends: cmake, libpcre1, pkgconfig # Source: http://msrp.github.com/releases/%n-%v.tar.bz2 Source-MD5: a4a03fd3a797b568e8fa649fb02420dd # #ConfigureParams: --with-libiconv-prefix=%p --mandir=%p/share/man --infodir=%p/share/info --program-prefix=g CompileScript: << cmake . -DCMAKE_INSTALL_PREFIX=%p make << InstallScript: make install DESTDIR=%d DocFiles: README COPYING AUTHORS NEWS doc/THANKS #InfoDocs: gsed.info # #InfoTest: TestScript: make check || exit 2 # Description: Meta Search and RePlace DescDetail: << MSRP is a utility to perform regular expression substitutions. It reads one or more files as input and modifies both their contents and filenames by renaming files if appropriate. << License: GPL Homepage: http://msrp.github.com/