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 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

--
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D

Attachment: pgp00000.pgp
Description: PGP signature


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