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:Re: [PLUG] How to write a makefile or installable script

2005-11-10 Thread sadiq hannure
hi Desi Penguin, We are try to make generic one, is it possible? 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. Thanks, Regards, Mohmad Sadique. 9423246347(M) _

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:Re: [PLUG] How to write a makefile or installable script

2005-10-26 Thread sadiq hannure
Hi Setev, Thanks. It's really good way to distribute python module. Regards, Mohmad Sadique. __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com --

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

[PLUG] How to write a makefile or installable script

2005-10-24 Thread sadiq hannure
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 please help me by sending some examples o