OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../libtomcrypt/docs.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./makefile.orig 2006-12-01 17:48:45.000000000 -0300
  17. +++ ./makefile 2006-12-01 17:48:58.000000000 -0300
  18. @@ -282,19 +282,13 @@
  19. #This rule installs the library and the header files. This must be run
  20. #as root in order to have a high enough permission to write to the correct
  21. #directories and to set the owner and group to root.
  22. -ifndef NODOCS
  23. -install: library docs
  24. -else
  25. install: library
  26. -endif
  27. install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
  28. install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
  29. install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(DATAPATH)
  30. install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
  31. install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
  32. -ifndef NODOCS
  33. install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DESTDIR)$(DATAPATH)
  34. -endif
  35. install_test: testprof/$(LIBTEST)
  36. install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)