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.

39 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../mime-support/mime-support.conf
  5. # Copyright (C) 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. makeopt=
  15. makeinstopt=
  16. libdir="$libdir/mime"
  17. hook_add premake 5 "mime_install"
  18. mime_install() {
  19. mkdir -p "$root$libdir/packages"
  20. mkdir -p $root$mandir/man{1,5,8}
  21. install -m 644 mime.types "$root$sysconfdir"
  22. install -m 644 mailcap.order "$root$sysconfdir"
  23. install -m 644 mailcap.man "$root$mandir/man5/mailcap.5"
  24. install -m 644 mailcap.order.man "$root$mandir/man5/mailcap.order.5"
  25. install -m 644 update-mime.man "$root$mandir/man8/update-mime.8"
  26. install -m 644 run-mailcap.man "$root$mandir/man1/run-mailcap.1"
  27. install -m 755 run-mailcap "$root$bindir"
  28. install -m 755 update-mime "$root$sbindir"
  29. install -m 644 debian/README "$root$docdir/copyright"
  30. install -m 644 mailcap "$root$libdir"
  31. install -m 755 debian-view "$root$libdir"
  32. install -m 755 playaudio "$root$libdir"
  33. install -m 755 playdsp "$root$libdir"
  34. install -m 644 mailcap.entries "$root$libdir/packages/mime-support"
  35. }