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.
 
 
 
 
 
 

94 lines
2.8 KiB

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/target/server/config.in
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
pkgfilter sed '
# disable packages not needed, or errors
/ workbone / { s/^X /O /; p; d; };
/ ifhp / { s/^X /O /; p; d; };
/ xv / { s/^X /O /; p; d; };
/ wu-ftp / { s/^X /O /; p; d; };
/ coda / { s/^X /O /; p; d; };
/\/x11 / { s/^X /O /; p; d; };
/\/gnome / { s/^X /O /; p; d; };
/\/kde / { s/^X /O /; p; d; };
/ mldonkey / { s/^X /O /; p; d; };
/ gaim / { s/^X /O /; p; d; };
/ xcdroast / { s/^X /O /; p; d; };
/ gnapster / { s/^X /O /; p; d; };
/ gtoaster / { s/^X /O /; p; d; };
/ xchat / { s/^X /O /; p; d; };
/ irssi / { s/^X /O /; p; d; };
/ qtparted / { s/^X /O /; p; d; };
/ rdesktop / { s/^X /O /; p; d; };
/ tsclient / { s/^X /O /; p; d; };
/ libsdl_net / { s/^X /O /; p; d; };
/ xfsamba / { s/^X /O /; p; d; };
/ vnc / { s/^X /O /; p; d; };
/ unison / { s/^X /O /; p; d; };
/ razor / { s/^X /O /; p; d; };
/ k3b / { s/^X /O /; p; d; };
/ ettercap / { s/^X /O /; p; d; };
/ ethereal / { s/^X /O /; p; d; };
/ efsd / { s/^X /O /; p; d; };
/ licq / { s/^X /O /; p; d; }; # based on qt
/ mgt / { s/^X /O /; p; d; }; # based on gnome
# Select some packages (and repositories) explicitely
/ base / { p; d; };
/ x86 / { p; d; };
/ alpha / { p; d; };
/ mips / { p; d; };
/ powerpc / { p; d; };
/ sparc / { p; d; };
/ extra\/filesystem / { p; d; };
/ extra\/network / { p; d; };
/ extra\/server / { p; d; };
/ extra\/printing / { p; d; };
/ perl-dbi / { p; d; };
/ mysql / { p; d; };
/ mysql-perl / { p; d; };
/ postgresql / { p; d; };
/ vim / { p; d; };
/ mc / { p; d; };
/ lzo / { p; d; };
/ php / { p; d; };
/ freetype / { p; d; };
/ imagemagick / { p; d; };
/ rrdtool / { p; d; };
/ libjpeg / { p; d; };
/ libpng / { p; d; };
/ nano / { p; d; };
# Disable the rest
/.*/ { s/^X /O / ; p; d; };'
ROCKCFGSET_CREATE_TARBZ2=0
ROCKCFGSET_CREATE_GEM=1
ROCKCFGSET_CREATE_DOCS=1
ROCKCFGSET_DISABLE_NLS=0
ROCKCFGSET_PKG_GCC3_STACKPRO='1'