]> git.deb.at Git - deb/packages.git/blobdiff - templates/config/architectures.tmpl
The Big, the Fat and the Ugly commit ;)
[deb/packages.git] / templates / config / architectures.tmpl
diff --git a/templates/config/architectures.tmpl b/templates/config/architectures.tmpl
new file mode 100644 (file)
index 0000000..c15e8be
--- /dev/null
@@ -0,0 +1,21 @@
+[%
+# list of architectures
+architectures = {
+        i386    => 'Intel x86',
+        m68k    => 'Motorola 680x0',
+        sparc   => 'SPARC',
+        alpha   => 'Alpha',
+        powerpc => 'PowerPC',
+        arm     => 'ARM',
+        hppa    => 'HP PA-RISC',
+        ia64    => 'Intel IA-64',
+        mips    => 'MIPS',
+        mipsel  => 'MIPS (DEC)',
+        s390    => 'IBM S/390',
+       "hurd-i386" => 'Hurd (i386)',
+       amd64   => 'AMD64',
+       "kfreebsd-i386" => 'GNU/kFreeBSD (i386)',
+       "kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)'
+}
+
+%]
\ No newline at end of file