Subversion Repositories SvarDOS

Rev

Rev 135 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

##############################################################################
#                                                                            #
# This is the configuration file of FDNPKG.                                  #
#                                                                            #
# Otherwise you will loose your custom settings (if any) when FDNPKG will be #
# updated to a newer version.                                                #
#                                                                            #
##############################################################################



##############################################################################
# The maximum time FDNPKG can keep its internal package database cache.
# The value must be provided in seconds, in a range of 0..1209600.
# Default: 7200
#
maxcachetime 7200


##############################################################################
# Whether or not to install sources (when available) along with binaries.
# This can be overriden via command line at any time.
# Possible values:
#  0 - don't install sources by default
#  1 - install sources by default
#
installsources 0


##############################################################################
# Below you can edit/add custom path to store different kinds of applications
# in different places on your disk. Use only absolute paths here! Note, that
# you can use environment variables, if you need to.
#
# directory for development tools (mostly compilers)
dir devel c:\devel

# directory for drivers
dir drivers c:\system\drivers

# where games should get installed
dir games c:\games

# this folder contains sources to programs that come with their sources
dir source c:\system\source

# user programs... (only those that are not incorporated in FreeDOS of course).
dir progs c:\

# links to apps that are supposed to be executable from %PATH%
# IMPORTANT: this directory should be included in your %PATH%
dir links c:\system\links


##############################################################################
# Below are listed all online repositories used by FDNPKG. The syntax is:
# REPO repository_path
#
# FDNPKG supports both online (http or gopher) repositories, as well as on-
# disk repos.
# When using on-disk repositories, you have to use the full path (eg. D:\REPO)
#

# CORE repository - all MSDOS replacements
REPO $:\core
#REPO http://svarog386.sourceforge.net/repos/core

# Devel stuff - mostly compilers
REPO $:\devel
#REPO http://svarog386.sourceforge.net/repos/devel

# Drivers (hardware-related)
REPO $:\drivers
#REPO http://svarog386.sourceforge.net/repos/drivers

# Editors
REPO $:\edit
#REPO http://svarog386.sourceforge.net/repos/edit

# Emulators
REPO $:\emulatrs
#REPO http://svarog386.sourceforge.net/repos/emulatrs

# Games
REPO $:\games
#REPO http://svarog386.sourceforge.net/repos/games

# Networking-related utilities
REPO $:\net
#REPO http://svarog386.sourceforge.net/repos/net

# Packers, ie. file archivers (zip, arj, etc)
REPO $:\packers
#REPO http://svarog386.sourceforge.net/repos/packers

# Sound
REPO $:\sound
#REPO http://svarog386.sourceforge.net/repos/sound

# Various utils
REPO $:\util
#REPO http://svarog386.sourceforge.net/repos/util