diff options
author | David Robillard <d@drobilla.net> | 2015-10-08 19:36:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-08 19:36:40 +0000 |
commit | 73b4c0ca6b45f999ed463dd6856f467de6553923 (patch) | |
tree | 1db3da549d958c9537b88610ccf7cd2b5d5ba5d6 /PACKAGING | |
parent | 33663b8eddb081e99f9be0e723f2eaa8baa1f40b (diff) | |
download | sord-73b4c0ca6b45f999ed463dd6856f467de6553923.tar.gz sord-73b4c0ca6b45f999ed463dd6856f467de6553923.tar.bz2 sord-73b4c0ca6b45f999ed463dd6856f467de6553923.zip |
Update INSTALL file
git-svn-id: http://svn.drobilla.net/sord/trunk@339 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'PACKAGING')
-rw-r--r-- | PACKAGING | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/PACKAGING b/PACKAGING deleted file mode 100644 index 3eced16..0000000 --- a/PACKAGING +++ /dev/null @@ -1,29 +0,0 @@ -This library is designed to allow parallel installation of different major -versions. To facilitate this, the shared library name, include directory, and -pkg-config file are suffixed with the major version number of the library. - -For example, if this library was named "foo" and at version 1.x.y: - -/usr/include/foo-1/foo/foo.h -/usr/lib/foo-1.so.1.x.y -/usr/lib/pkgconfig/foo-1.pc - -Dependencies check for pkg-config name "foo-1" and will build -against a compatible version 1, regardless any other installed versions. - -*** IMPORTANT GUIDELINES FOR PACKAGERS *** - -Packages should follow the same conventions as above, i.e. include the major -version (and only the major version) in the name of the package. Continuing the -example above, the package(s) would be named foo-1 and foo-1-dev. This way, -if/when version 2 comes out, it may be installed at the same time as version 1 -without breaking anything. - -Please do not create packages of this library that do not follow these -guidelines, you will break things and cause unnecessary headaches. Please do -not use any number as a suffix other than the actual major version number of the -upstream source package. - -Because program and documentation names are not versioned, these should be -included in separate packages which may replace previous versions, since -there is little use in having parallel installations of them.
\ No newline at end of file |