]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - make.sh
Added subversion with support for http(s).
[people/teissler/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 6fd173006fe7c51206dae725b75109805c906df2..2c308a27b373ec1b35e8480d6a8d0e9db140d14a 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,7 +24,7 @@
 
 NAME="IPFire"                                                                          # Software name
 SNAME="ipfire"                                                                 # Short name
-VERSION="2.0rc2"                                                               # Version number
+VERSION="2.1"                                                                          # Version number
 SLOGAN="www.ipfire.org"                                        # Software slogan
 CONFIG_ROOT=/var/ipfire                                        # Configuration rootdir
 NICE=10                                                                                                        # Nice level
@@ -377,6 +377,7 @@ buildipfire() {
   ipfiremake dosfstools
   ipfiremake squashfstools
   ipfiremake reiserfsprogs
+  ipfiremake xfsprogs
   ipfiremake sysfsutils
   ipfiremake fuse
   ipfiremake ntfs-3g
@@ -462,6 +463,7 @@ buildipfire() {
   ipfiremake cups
   ipfiremake ghostscript
   ipfiremake foomatic
+  ipfiremake hplip
   ipfiremake samba
   ipfiremake sudo
   ipfiremake mc
@@ -522,6 +524,8 @@ buildipfire() {
   ipfiremake lsof
   ipfiremake centerim
   ipfiremake br2684ctl
+  ipfiremake neon
+  ipfiremake subversion
 }
 
 buildinstaller() {