summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-03-17 20:36:48 +0100
committerJudd Vinet <judd@archlinux.org>2003-03-17 20:36:48 +0100
commit185ce5454e4afd11b1f90d7fe487b0ec3cb840c7 (patch)
treea4ef279317d6fce3e5c4fd00ede528ea62e1c7ed /etc/makepkg.conf
parent0207fad046f76fc37c0fc7c8b6a157225024a3ed (diff)
downloadpacman-185ce5454e4afd11b1f90d7fe487b0ec3cb840c7.tar.gz
pacman-185ce5454e4afd11b1f90d7fe487b0ec3cb840c7.tar.xz
Imported from pacman-2.3.2.tar.gz
Diffstat (limited to 'etc/makepkg.conf')
-rw-r--r--etc/makepkg.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/makepkg.conf b/etc/makepkg.conf
index c73d9889..b2d8a893 100644
--- a/etc/makepkg.conf
+++ b/etc/makepkg.conf
@@ -5,6 +5,11 @@
# the top-level directory of all your PKGBUILDs
export ABSROOT="/usr/abs"
+# The FTP/HTTP download utility that makepkg should use to acquire sources
+export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3"
+#export FTPAGENT="/usr/bin/snarf"
+#export FTPAGENT="/usr/bin/lftpget -c"
+
# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon optimized (but binaries
# will run on any x86 system)
#export CHOST="i686-pc-linux-gnu"
@@ -22,3 +27,4 @@ export CXXFLAGS="-march=i686 -O2 -pipe"
# if you want your name to show up in the packages you build, set this.
#export PACKAGER="John Doe <john@doe.com>"
+