|
# --- 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/tor/config.in
|
|
# ROCK Linux is Copyright (C) 1998 - 2007 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 ---
|
|
|
|
|
|
#. target/livecd/default.pkgsel
|
|
|
|
choice ROCKCFG_TARGET_TOR_SIZE all all 'All_available_packages_(Size:_~250_MB)' packages 'All_necessary_packages_(Size:_~130_MB)' \
|
|
files 'All_necessary_files_(Size:_~50_MB)' ultimate 'All_packages_and_doc/dev_files_(Size:_Got_a_DVD?)'
|
|
|
|
ROCK_DEBUG_TOOLS_SKIP=1
|
|
|
|
ROCKCFGSET_CREATE_TARBZ2=1
|
|
ROCKCFGSET_CREATE_GEM=0
|
|
ROCKCFGSET_PKGFILE_VER=0
|
|
|
|
ROCKCFGSET_DIETLIBC=1
|
|
ROCKCFGSET_DIETLIBC_DYN=0
|
|
ROCKCFGSET_DIETLIBC_ALL=0
|
|
ROCKCFGSET_DIETLIBC_modutils=1
|
|
ROCKCFGSET_DIETLIBC_module_init_tools=1
|
|
ROCKCFGSET_DIETLIBC_kiss=1
|
|
ROCKCFGSET_DIETLIBC_gawk=0
|
|
|
|
ROCKCFGSET_PKG_GCC2_NO_CHILL=1
|
|
ROCKCFGSET_PKG_GCC32_NO_JAVA=1
|
|
ROCKCFGSET_PKG_GCC33_NO_JAVA=1
|
|
ROCKCFGSET_PKG_GCC34_NO_JAVA=1
|
|
ROCKCFGSET_PKG_GCC_GCC34=1
|
|
ROCKCFGSET_PKG_GCC_GCC32=0
|
|
ROCKCFGSET_PKG_BASH_PROGCOMP=0
|
|
|
|
ROCKCFGSET_DO_REBUILD_STAGE=0
|
|
ROCKCFGSET_CREATE_DOCS=0
|
|
ROCKCFGSET_OPTSIZE=1
|
|
ROCKCFGSET_LIMITCXX=0
|
|
|
|
ROCKCFGSET_PKG_LINUX_SRC24=0
|
|
ROCKCFGSET_PKG_LINUX_SRC26=1
|
|
ROCKCFGSET_PKG_LINUX_IMG24=0
|
|
ROCKCFGSET_PKG_LINUX_IMG26=1
|
|
ROCKCFGSET_PKG_LINUX_HEADERS=linux26
|
|
ROCKCFGSET_PKG_LINUX_USE26MODTOOLS=1
|
|
|
|
# not static subversion
|
|
ROCKCFGSET_PKG_SUBVERSION_STATIC=0
|
|
|
|
# default package selection for this target...
|
|
# begin the sed string
|
|
echo "pkgfilter sed '" > config/$config.$swpid/predefined-pkgsel.parsed
|
|
. ./misc/pkgsel/macros
|
|
REMOVE xphelloworld >> config/$config.$swpid/predefined-pkgsel.parsed
|
|
REMOVE pcmcia-cs >> config/$config.$swpid/predefined-pkgsel.parsed
|
|
while read package ; do
|
|
ADD $package >> config/$config.$swpid/predefined-pkgsel.parsed
|
|
done < target/tor/packages
|
|
. ./misc/pkgsel/minimal+xorg.in >> config/$config.$swpid/predefined-pkgsel.parsed
|
|
# end the sed string
|
|
echo "'" >> config/$config.$swpid/predefined-pkgsel.parsed
|
|
. config/$config.$swpid/predefined-pkgsel.parsed
|
|
|
|
pkgenable tsocks
|
|
pkgenable kiss
|
|
pkgenable dietlibc
|
|
pkgenable squashfs-tools
|
|
pkgenable shadowfs
|
|
pkgenable pseudonative-daemon
|
|
pkgenable tcp_wrappers
|
|
pkgenable portmap
|
|
pkgenable hotplug
|
|
pkgenable udev
|
|
pkgenable disktype
|
|
pkgenable ucl
|
|
pkgenable upx2
|
|
pkgenable libxslt
|
|
pkgenable libxml2
|
|
pkgenable cpan-xml-parser
|
|
pkgdisable mesademos
|