Tagged Questions
The software-packaging tag has no wiki summary.
5
votes
5answers
809 views
Howto create software package in Unix/Linux
How can we create a software package. So that
after extracting our software tar ball user can do
the typical steps:
$ gunzip < mycode.tar.gz | tar xvf -
$ ./configure
$ make
$ make install
2
votes
1answer
62 views
Autoconf subdirectories with subpackages depending on each other?
I've got a large project on my hand (master) that is split into several components (liba, b, c, d) to ease building and maintenance. When building the whole package, all of the subcomponents must be ...
2
votes
1answer
176 views
Debian packaging: deploying files to the user home directory
I use Debhelper to create Debian packages. To deploy files and directories, I use the debian/install and debian/dirs files.
Now I would like my package to deploy the default user configuration file ...
2
votes
1answer
124 views
Has anyone done any physical packaging/branding of their software? [closed]
I don't know if stackoverflow is the right place for this, but hopefully this is ok to ask. Has anyone here ever had their software packaged as a hard copy and distributed/sold that way? I'm just ...
1
vote
1answer
45 views
packaging Java library with dependencies in OSGi/Eclipse jars
I am finishing a Java library that I want to make available to third parties.
In addition to its core functionality, I am providing some classes that ease the usage of my library when used as part of ...
1
vote
1answer
167 views
Packaging java web application as exe
Are there any free tools using which I can package my war (java web app) and tomcat as exe
1
vote
2answers
119 views
Debian packaging and localization of control files
Is there a way to provide localized versions of the Debian packaging control files (changelog, control and copyright for example) ?
0
votes
1answer
28 views
java application distribution with extension api
I am planning to write some java application & planning to distribute in free & commercial versions.Basically my idea is to get some money from out of it from corporate users.
I would like ...
0
votes
1answer
158 views
Creating an rpm package from source tarball - but tarball contains no spec file, just an install script
During my time as a SysAdmin, I have encountered applications that provide no rpm packages to install on redhat-based distributions - only a source tarball. The source tarball does not provide a spec ...