X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=Docs%2Fdevelopers%2Fgnokii%2Fpackaging-howto;fp=Docs%2Fdevelopers%2Fgnokii%2Fpackaging-howto;h=988ee92a734dbf90412226152d754b76ef81004c;hp=25a63b7a58a20416f289e029dc7e84019d06e80f;hb=31a7f67cc67fb86a4e4a225dd71ccf0030ea70e7;hpb=3937f2bb188eb23aab93a225ab859c04d6db1a4c diff --git a/Docs/developers/gnokii/packaging-howto b/Docs/developers/gnokii/packaging-howto index 25a63b7..988ee92 100644 --- a/Docs/developers/gnokii/packaging-howto +++ b/Docs/developers/gnokii/packaging-howto @@ -1,60 +1,60 @@ - - Common information: - - For more install/compilation information see the INSTALL file. - - (!) Makefiles support make install prefix= - for package building. You can use it example in for .spec: - - ./configure --prefix=/usr - make install prefix=$RPM_BUILD_ROOT/usr - - (You not need create any dirs - all make make install.) - - For a installation procedure is used 'make install' or - 'make install prefix=', and all outputs from this routine must be - correct. Please, not make any correction in your package specific - build system (example use 'cp' in package routines - .spec - - it is job for Makefiles). Write more different routines for - instalation is good way to hell... - - 'make install' not install documentation, because for this use - any distribution itself routines. If you want install docs via - Makefile you must type 'make install-docs' - - Debian: - - 1/ Add new lines to Debian/changelog and set corect verion in this - file. - - 2/ Check files: rules, menu, docs - - 3/ Well, because gnokii's debian directory is in subdirectory - 'packaging' and it is total non-standard for Debian package - building system, you must firstly type in top directory: - - # ln -s packaging/Debian debian - - 3/ In source type: - - # debian/rules binary - # debian/rules clean - - 4/ Delete symlink - - # rm debian - - - - FreeBSD: - - - - RedHat: - - - - - - Win32: + + Common information: + + For more install/compilation information see the INSTALL file. + + (!) Makefiles support make install prefix= + for package building. You can use it example in for .spec: + + ./configure --prefix=/usr + make install prefix=$RPM_BUILD_ROOT/usr + + (You not need create any dirs - all make make install.) + + For a installation procedure is used 'make install' or + 'make install prefix=', and all outputs from this routine must be + correct. Please, not make any correction in your package specific + build system (example use 'cp' in package routines - .spec - + it is job for Makefiles). Write more different routines for + instalation is good way to hell... + + 'make install' not install documentation, because for this use + any distribution itself routines. If you want install docs via + Makefile you must type 'make install-docs' + + Debian: + + 1/ Add new lines to Debian/changelog and set corect verion in this + file. + + 2/ Check files: rules, menu, docs + + 3/ Well, because gnokii's debian directory is in subdirectory + 'packaging' and it is total non-standard for Debian package + building system, you must firstly type in top directory: + + # ln -s packaging/Debian debian + + 3/ In source type: + + # debian/rules binary + # debian/rules clean + + 4/ Delete symlink + + # rm debian + + + + FreeBSD: + + + + RedHat: + + + + + + Win32: \ No newline at end of file