# please dont use any spaces inside a repository definition
#
+# local integration: the following lines makes packages created with
+# createpkg automatic available to simplaret
+ROOT-i386="local%file:///var/simplepkg/repos/slackware"
+ROOT-x86_64="local%file:///var/simplepkg/repos/slamd64"
+ROOT-powerpc="local%file:///var/simplepkg/repos/slackintosh"
+ROOT-s390="local%file:///var/simplepkg/repos/slack390"
+
# slackware root repositories
#ROOT-i386="sarava%http://slack.sarava.org/slackware/"
ROOT-i386="tds%http://slackware.mirrors.tds.net/pub/slackware/"
# arch and version. You can also mix more than one parameter, like
# "distro-version".
#
-# Default value is "none", which means no nested folders.
-MAKEPKG_REPOS_STYLE="none"
+# 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"
# Set sources default directory
SOURCE_DIR="/var/simplepkg/sources"
- templates:
- removed slackware and added slackware-12.1
- added slamd64-11.0, slamd64-12.0 and slamd64-12.1 templates
- - simplepkg.conf.new: new repositories
+ - repos.conf and simplepkg.conf:
+ - default configuration making createpkg repository integrated with simplaret
+ - new repositories
- mkbuild: some svn check routines extended for git
- generic.mkSlackBuild:
- config() on postinstall_script now accepting .dist and .sample config file extensions