This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposal: psutils (again)


Hi Volker,

You are right, I forgot these lines.

What's next? Will someone upload the package?

Bye,
Daniel


Volker Quetschke wrote:


Hi Daniel,

I got my source archive from a server in France, but I just noticed, that the author's "original" site is up again:

http://knackered.knackered.org/angus/psutils/

Here you can download the source, and it does *not* contain the Makefile. You probably have the Debian patched version. Maybe the Debian-patch cannot be reversed :)


Defintely, sorry for the fuzz.

You package looks ready, but I found two last nit. When using the
$(prefix) variable, you also have to change the following lines:

original:
-MANDIR = /usr/local/share/man/man$(MANEXT)
current:
+MANDIR = /usr/man/man$(MANEXT)
better:
+MANDIR = ${prefix}/man/man$(MANEXT)

and:

current:
+    cp CYGWIN-PATCHES/psutils-1.17.README /usr/doc/Cygwin
better:
+    cp CYGWIN-PATCHES/psutils-1.17.README ${prefix}/doc/Cygwin/

Anyway, with both changes the package is ready to be uploaded.

Volker




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]