howto develop packages for linux

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default howto develop packages for linux

    Hello!

    If you develop packages for GNU/Linux or think about it, please read
    [url]http://linux.schottelius.org/decr-f/[/url]
    [url]http://linux.schottelius.org/docs/linux-developers.html[/url]

    This will save us all much time and work.

    Nico

    Nico Schottelius Guest

  2. Similar Questions and Discussions

    1. how to develop an extension?
      Hello Everyone, I know this can sound funny, but i want to know how to develop DMX extensions. It is very simple, something similar to this...
    2. Develop Calendar in DW & CFM
      You might want to take a look at this site.... http://www.idiomone.com/macromedia/dreamweaver/extensions/index.htm Thanks Robert (Simple...
    3. develop tools
      What is the best tool to develop a php-website ? I used Macromedia Dreamweaver MX and Zend Studio. Are there better tools ? Bart
    4. Develop timing
      Hi, I'm Claudio from Rome. I need help to develop Kodak Tri-x 400 (old one) pushed at 1000 in ID-11. Can you help me? Have you got a table with...
    5. linux 2.6-testX packages?
      Anyone know of any plans to make debian packages for the 2.6-testX series and possibly upload them to expiramental? I seem to lack the motivation...
  3. #2

    Default Re: howto develop packages for linux

    On Sun, 20 Jul 2003 21:27:14 +0000, Nico Schottelius wrote:
    > Hello!
    >
    > If you develop packages for GNU/Linux or think about it, please read
    > [url]http://linux.schottelius.org/decr-f/[/url]
    Why have you made this format, what is the advantage that makes you do
    yet another one going against your page at...

    [url]http://linux.schottelius.org/docs/one-better-than-ten.html[/url]

    ....why can't you use pkg-config for most dependancies? What happens if you
    have dependancies that vary depending on how you compile? How come you
    haven't thought of using more than one mirror ... or even a bittorrent
    link?
    > [url]http://linux.schottelius.org/docs/linux-developers.html[/url]
    This is even worse crack.
    > This will save us all much time and work.
    But what does it save everyone who is not you? Why can't you write
    importers for the data in freshmeat/gnu directory/PAD/etc. and save
    everyone else _much_ more time and work.

    --
    James Antill -- [email]james@and.org[/email]
    Need an efficent and powerful string library for C?
    [url]http://www.and.org/vstr/[/url]

    James Antill Guest

  4. #3

    Default Re: howto develop packages for linux

    In article <pan.2003.07.21.03.21.45.700951@and.org>, James Antill wrote:
    > On Sun, 20 Jul 2003 21:27:14 +0000, Nico Schottelius wrote:
    >
    >> Hello!
    >>
    >> If you develop packages for GNU/Linux or think about it, please read
    >> [url]http://linux.schottelius.org/decr-f/[/url]
    >
    > Why have you made this format, what is the advantage that makes you do
    > yet another one going against your page at...
    Very good questions!

    1) why / advantages
    because there is no package format out there which operates with
    'stupid' packages like tars, zips, rars, etc.
    the second reason is that having all those decr-f files together
    makes a real powerful resource:
    You'll never ever have to search for libA, which is needed by progB.
    You simply say 'cpackage install progB', which tries some different
    methods to retrieve decr-f files and then installs progB.
    I know it is similar to debian packaging. Debian packages have the
    disadvantage that they must be created, decr-f can even use cvs as
    source.

    > [url]http://linux.schottelius.org/docs/one-better-than-ten.html[/url]
    >
    > ...why can't you use pkg-config for most dependancies?
    Because I want to know dependencies before I download the program.
    pkg-config is a very powerful tool and I think I will even use some of
    its code for cpackage.
    > What happens if you
    > have dependancies that vary depending on how you compile?
    good point. I am missing that in decr-f 0.2.4. I have to add it to the
    next release.
    > How come you
    > haven't thought of using more than one mirror ... or even a bittorrent
    > link?
    what is a bittorrent link?
    As you can read on the page, I am searching for people mirroring,
    but I don't know who I should ask for it.
    >> [url]http://linux.schottelius.org/docs/linux-developers.html[/url]
    >
    > This is even worse crack.
    thanks, can you tell me why so I can learn from (if I did some) my
    mistakes?
    >> This will save us all much time and work.
    >
    > But what does it save everyone who is not you?
    time and work.
    If you produce clean packages / code everyone will benefit.
    > Why can't you write
    > importers for the data in freshmeat/gnu directory/PAD/etc. and save
    > everyone else _much_ more time and work.
    I thought about this, too.
    But writing something which finds dependencies on standard tar files
    made me go mad.

    It's true GNU/Linux package developers need to spent some time _once_.
    And then you'll be able to get their package very easy.

    Sincerly,

    Nico
    Nico Schottelius Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139