Re: Re: [PLUG] How to write a makefile or installable script

2005-11-14 Thread Desi Penguin
> If not possible please give guideline how to make rpm > for RedHat or Debian distro, so that we have two > different copie for two distro. Did you search for these instructions on google ? Anway, check following URLs http://www.unixreview.com/documents/s=8472/ur0307f/ http://ffem.org/daveb/pkg

Re: [PLUG] How to write a makefile or installable script

2005-10-26 Thread Desi Penguin
>Basically i want to copy all files and folders > in /usr/lib and /usr/share. If any one know please > help me by sending some examples or by hyperlink. Which distro are you targetting for distributing your project ? Depending upon the asnwer to this, there amy be various instructions that

Re: [PLUG] How to write a makefile or installable script

2005-10-26 Thread Salil Bijur
On 10/21/05, sadiq hannure <[EMAIL PROTECTED]> wrote: > hello to all, >I m Mohmad sadique, I want to make an > installable package of our project. The project is in > Python. I m writing a makefile for the same. >Basically i want to copy all files and folders > in /usr/lib and /usr

Re: [PLUG] How to write a makefile or installable script

2005-10-26 Thread Mukul Joshi
On Fri, 2005-10-21 at 17:57, sadiq hannure wrote: > hello to all, >I m Mohmad sadique, I want to make an > installable package of our project. The project is in > Python. I m writing a makefile for the same. >Basically i want to copy all files and folders > in /usr/lib and /usr/sh

Re: [PLUG] How to write a makefile or installable script

2005-10-25 Thread Steve
Hello Sadiq, sadiq hannure wrote: hello to all, I m Mohmad sadique, I want to make an installable package of our project. The project is in Python. I m writing a makefile for the same. Basically i want to copy all files and folders in /usr/lib and /usr/share. If any one know ple