aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf/simplepkg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/conf/simplepkg.conf')
-rw-r--r--trunk/conf/simplepkg.conf40
1 files changed, 21 insertions, 19 deletions
diff --git a/trunk/conf/simplepkg.conf b/trunk/conf/simplepkg.conf
index b10382c..fa5f863 100644
--- a/trunk/conf/simplepkg.conf
+++ b/trunk/conf/simplepkg.conf
@@ -12,11 +12,11 @@
#---------------------------------------------------------------------
# Default architecture: set this option if you dont want simplepkg
# to use the value from /etc/slackware-version
-# DEFAULT_ARCH="i386"
+# DEFAULT_ARCH="i486"
# Default version: set this option if you dont want simplepkg
# to use the value from /etc/slackware-version
-# DEFAULT_VERSION="12.1"
+# DEFAULT_VERSION="12.2"
# Temporary folder
TMP="/tmp"
@@ -25,20 +25,23 @@ TMP="/tmp"
# MKBUILD AND CREATEPKG SECTION
#---------------------------------------------------------------------
-# Set SlackBuilds default directory for scripts
-SLACKBUILDS_DIR="/var/simplepkg/slackbuilds"
-
# Set default directory for mkbuilds
MKBUILDS_DIR="/var/simplepkg/mkbuilds"
-# Set SlackBuilds svn default repository
-SLACKBUILDS_SVN="http://slack.sarava.org/slackbuilds"
+# Set SlackBuilds default directory for scripts
+SLACKBUILDS_DIR="/var/simplepkg/slackbuilds"
+
+# Set packages default repository directory
+PACKAGES_DIR="/var/simplepkg/repos"
# Set mkbuilds svn default repository
MKBUILDS_SVN="http://slack.sarava.org/mkbuilds"
-# Set binaries default repository directory
-MAKEPKG_REPOS="/var/simplepkg/repos"
+# Set SlackBuilds svn default repository
+SLACKBUILDS_SVN="http://slack.sarava.org/slackbuilds"
+
+# Set packages svn default repository
+PACKAGES_SVN="http://slack.sarava.org/packages"
# Set the binaries default repository nested folder, useful if you manage
# packages from different distribution versions and architectures in the
@@ -50,19 +53,19 @@ MAKEPKG_REPOS="/var/simplepkg/repos"
#
# Default value is "distro/distro-version" and you should change this just
# if you know what are you doing.
-MAKEPKG_REPOS_STYLE="distro/distro-version"
+PACKAGES_REPOS_STYLE="distro/distro-version"
# Se this to "yes" if you want createpkg to put noarch packages also in
# a noarch/ folder.
-MAKEPKG_REPOS_NOARCH="off"
+PACKAGES_REPOS_NOARCH="on"
-# If your binary repository is under svn and you plan to manage it with an
+# If your packages repository is under svn and you plan to manage it with an
# user different than root, then set this parameter with the username
# owning the repository working copy.
-MAKEPKG_SVN_USER=""
+PACKAGES_SVN_USER=""
# Same as the previous option, but for svn repository group.
-MAKEPKG_SVN_GROUP=""
+PACKAGES_SVN_GROUP=""
# If your mkbuild and slackbuild repositories is under svn and you plan to
# manage it with an user different than root, then set this parameter with the
@@ -75,15 +78,14 @@ MKBUILDS_SVN_GROUP=""
# Set sources default directory
SOURCE_DIR="/var/simplepkg/sources"
-# Set color style
-# possible values are: color,gray, none
+# Set color style. Possible values are: color,gray, none.
COLOR_MODE="none"
-# Createpkg architecture
-CREATE_ARCH="i486"
+# Createpkg architecture. Use this to force createpkg to a given arch.
+# CREATEPKG_ARCH="i486"
# Remove build files
-CREATE_CLEANUP="yes"
+CREATEPKG_CLEANUP="yes"
# Remove old packages from repository tree by createpkg
REMOVE_OLD_PACKAGE="off"