summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-08-09 20:03:48 +0200
committerJudd Vinet <judd@archlinux.org>2002-08-09 20:03:48 +0200
commit62a783a6bd7649ccd162e32278098080bf450c7b (patch)
tree16cb935e494f3ae217ca15a1c22257302b8832b5 /etc
parent20b746229368e1e24b2192529c1386438413998b (diff)
downloadpacman-62a783a6bd7649ccd162e32278098080bf450c7b.tar.gz
pacman-62a783a6bd7649ccd162e32278098080bf450c7b.tar.xz
Imported from pacman-2.0.tar.gz
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf9
-rw-r--r--etc/pacman.conf35
-rw-r--r--etc/supfile23
3 files changed, 67 insertions, 0 deletions
diff --git a/etc/makepkg.conf b/etc/makepkg.conf
new file mode 100644
index 00000000..375851f3
--- /dev/null
+++ b/etc/makepkg.conf
@@ -0,0 +1,9 @@
+#
+# /etc/makepkg.conf
+#
+
+export CFLAGS="-O2 -march=i686 -pipe"
+export CXXFLAGS="-O2 -march=i686 -pipe"
+
+#export MAKEFLAGS="-j 2"
+
diff --git a/etc/pacman.conf b/etc/pacman.conf
new file mode 100644
index 00000000..8ffb78b5
--- /dev/null
+++ b/etc/pacman.conf
@@ -0,0 +1,35 @@
+#
+# /etc/pacman.conf
+#
+
+# name of the tree you want to follow (eg: stable, current, 0.2, 0.3, ...)
+Sync_Tree_Name = current
+
+# ftp server
+Sync_Server = ftp.ibiblio.org
+
+# full path to sync tree
+Sync_Tree_Path = /pub/linux/distributions/archlinux/current
+
+###
+### MIRRORS
+#########################
+
+# Sync_Server = ftp.mpi-sb.mpg.de
+# Sync_Tree_Path = /pub/linux/mirror/ftp.ibiblio.org/pub/Linux/distributions/archlinux/current
+
+# Sync_Server = ftp2.archlinux.org
+# Sync_Tree_Path = /current
+
+# Sync_Server = ftp.oit.unc.edu
+# Sync_Tree_Path = /pub/Linux/distributions/archlinux/current
+
+# Sync_Server = ftp.tu-chemnitz.de
+# Sync_Tree_Path = /pub/linux/sunsite.unc-mirror/distributions/archlinux/current
+
+# Sync_Server = ftp.archlinux.org
+# Sync_Tree_Path = /current
+
+# Sync_Server = ftp.oit.unc.edu
+# Sync_Tree_Path = /pub/Linux/distributions/archlinux/current
+
diff --git a/etc/supfile b/etc/supfile
new file mode 100644
index 00000000..274b0e46
--- /dev/null
+++ b/etc/supfile
@@ -0,0 +1,23 @@
+#
+# /etc/abs/supfile
+#
+
+# this is the host containing the master ABS files
+*default host=archlinux.org
+
+*default base=/usr/abs
+*default prefix=/usr/abs
+*default release=cvs
+*default delete
+*default use-rel-suffix
+*default compress
+
+#
+# Set tag equal to the package tree you wish to follow. CURRENT and
+# STABLE are the most commonly used, but you can specify specific
+# versions or tag names. Examples are RELEASE_0_2, VEGA, RELEASE_0_3,
+# FIREFLY, etc.
+#
+*default tag=CURRENT
+
+abs