mirror of the now-defunct rocklinux.org
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.

149 lines
3.5 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/target/desktop/config.in
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. pkgfilter sed '
  23. # Disable packages
  24. / sendmail / { s/^X /O /p; d; };
  25. / workbone / { s/^X /O /p; d; };
  26. / ifhp / { s/^X /O /p; d; };
  27. / xv / { s/^X /O /p; d; };
  28. / wu-ftp / { s/^X /O /p; d; };
  29. / gcc2 / { s/^X /O /p; d; };
  30. # Select some packages (and repositories) explicitely
  31. / base / { p; d; };
  32. / alpha / { p; d; };
  33. / mips / { p; d; };
  34. / powerpc / { p; d; };
  35. / sparc / { p; d; };
  36. / x86 / { p; d; };
  37. / x11 / { p; d; };
  38. / kde31 / { p; d; };
  39. / gnome14 / { p; d; };
  40. / gnome2 / { p; d; };
  41. / rene / { p; d; };
  42. / clifford / { p; d; };
  43. / daniel / { p; d; };
  44. # compatibility stuff (e.g. mozilla, ogle)
  45. # left here for the case we remove gnome14 above later
  46. / glib12 / { p; d; };
  47. / gtk+12 / { p; d; };
  48. / libglade10 / { p; d; };
  49. / orbit10 / { p; d; };
  50. / gimp12 / { p; d; };
  51. / gimp-print42 / { p; d; };
  52. / galeon12 / { p; d; };
  53. # alesandro repository
  54. / vsftpd / { p; d; };
  55. / php / { p; d; };
  56. # mnemoc repository
  57. / openldap / { p; d; };
  58. # kasc repository - (mostly) games
  59. / kasc / { p; d; };
  60. # blindcoder repository
  61. / kino / { p; d; };
  62. / libavc1394 / { p; d; };
  63. / libraw1394 / { p; d; };
  64. / irssi / { p; d; };
  65. / libsdl / { p; d; };
  66. # blindcoder and kasc repository
  67. / libsdl.* / { p; d; };
  68. # esden repository
  69. / w3m / { p; d; };
  70. / wvdial / { p; d; };
  71. / povray35 / { p; d; };
  72. # the fake repository (currently) only contians useful stuff
  73. # maybe opt-out stuff in the future
  74. / fake / { p; d; };
  75. # jimmy repository
  76. / divx4linux / { p; d; };
  77. / mplayer / { p; d; };
  78. / mplayer-fonts / { p; d; };
  79. # preanti repository
  80. / libmikmod / { p; d; };
  81. / ddd / { p; d; };
  82. / nedit / { p; d; };
  83. # misc repository
  84. / centericq / { s/^X /O /p; d; }
  85. / misc / { p; d; };
  86. # michiel repository
  87. / blackbox / { p; d; };
  88. / bbkeys / { p; d; };
  89. / librsync / { p; d; };
  90. / duplicity / { p; d; };
  91. # tsa
  92. / ethereal / { p; d; };
  93. / ettercap / { p; d; };
  94. # mathieu repository
  95. / xcdroast / { p; d; };
  96. # tibit repository
  97. / ctags / { p; d; };
  98. / dvgrab / { p; d; };
  99. / dvdrip / { p; d; };
  100. / fvwm / { p; d; };
  101. / libchipcard / { p; d; };
  102. / pcsc-lite / { p; d; };
  103. / libdv / { p; d; };
  104. / libstroke / { p; d; };
  105. / mjpegtools / { p; d; };
  106. / nvrec / { p; d; };
  107. / openhbci / { p; d; };
  108. / towitoko / { p; d; };
  109. / xvid / { p; d; };
  110. # nikolaus repository
  111. / flac / { p; d; };
  112. / cheapskatefonts / { p; d; };
  113. / rdesktop / { p; d; };
  114. / spice / { p; d; };
  115. / tsclient / { p; d; };
  116. # Disable the rest
  117. /.*/ { s/^X /O /p; d; };'
  118. ROCKCFGSET_CREATE_TARBZ2=0
  119. ROCKCFGSET_CREATE_GEM=1
  120. ROCKCFGSET_DIETLIBC=0
  121. ROCKCFGSET_DO_REBUILD_STAGE=0
  122. ROCKCFGSET_CREATE_DOCS=1
  123. ROCKCFGSET_DISABLE_NLS=0