summaryrefslogtreecommitdiff
path: root/libretools.conf
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-12-28 01:23:53 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-12-28 01:23:53 -0600
commitaf6ac6ea9ef779c0f88fd456e8d73636f22773ce (patch)
treefed9d8e8d6340fedce713604ed5ebff2745c18bd /libretools.conf
parentfa0b7b6f8e45982f1e2317c386ef0cf49ee840c7 (diff)
fullpkg: split in fullpkg-find and fullpkg-build
fullpkg-build: build, download and custom command on <build_dir> fullpkg-find: create a build_dir or append new building instruction libretools-mips64el: deprecation process pkgbuild-check-nonfree: minor bug corrected
Diffstat (limited to 'libretools.conf')
-rw-r--r--libretools.conf24
1 files changed, 11 insertions, 13 deletions
diff --git a/libretools.conf b/libretools.conf
index 05971d3..9e7f938 100644
--- a/libretools.conf
+++ b/libretools.conf
@@ -19,9 +19,10 @@ ARCHES=('i686' 'x86_64' 'mips64el' 'any')
CHROOTDIR=/home/chroot
## The working chroot
-# A chroot is useful to build packages isolated from the current system and avoid
-# unwanted (as in not in dependencies) automatic library linking
-CHROOT=root
+## A chroot is useful to build packages isolated from the current system and avoid
+## unwanted (as in not in dependencies) automatic library linking
+# CHROOT=$SUDO_USER
+# CHROOT=root
## Obtains CacheDir from pacman.conf
CACHEDIR=`grep "^#\?CacheDir" /etc/pacman.conf | cut -d'=' -f2`
@@ -46,10 +47,11 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git
#COMMITCMD=git
#COMMITCMD=hg
-## Build cmd for fullpkg-ng
## Uncomment one of those or make one of your choice
-FULLBUILDCMD="sudo libremakepkg -cumL -M --noconfirm -M --nocheck"
-#FULLBUILDCMD="here is a place for cross-compiling build cmd"
+# Normal fullpkg
+FULLBUILDCMD="sudo libremakepkg -cuN -- -d"
+# Cross compiling fullkpg
+# FULLBUILDCMD="sudo libremakepkg -cuN -d '/path/to/cross-compiling/chroot' -- -d"
## Toru
# Section for toru's vars
@@ -71,18 +73,14 @@ for VAR in CHROOTDIR CHROOT CACHEDIR PARABOLAHOST LIBREDESTDIR \
echo "Configure $VAR var in /etc/libretools.conf"
ret=1
}
- [ $ret -ne 0 ] && exit 1
+ [ $ret -ne 0 ] && exit 1
done
source /usr/bin/libremessages
## These are architecture specific files.
-## Uncomment them if you installed libretools-arch
-#source /etc/libretools.d/mips64el.conf
-#source /etc/libretools.d/x86_64.conf
-#source /etc/libretools.d/i686.conf
-
-
+## Uncomment them if you installed libretools-mips64el
+# source /etc/libretools.d/mips64el.conf
## Recommended SSH Config follows
# SSH host, it's better if you have it configured on ~/.ssh/config