]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
python-lzma: new package.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 13d79e08845fe452cf106f7ef9d2e3edd0127edb..f3e90f04f491290f7c1738abdbbcea8d5baaa831 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.9"                                                  # Version number
-CORE="44"                                                      # Core Level (Filename)
-PAKFIRE_CORE="44"                                              # Core Level (PAKFIRE)
+CORE="48"                                                      # Core Level (Filename)
+PAKFIRE_CORE="47"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
@@ -416,6 +416,7 @@ buildipfire() {
   ipfiremake pam
   ipfiremake openssl
   ipfiremake curl
+  ipfiremake sqlite
   ipfiremake python
   ipfiremake fireinfo
   ipfiremake libnet
@@ -649,7 +650,6 @@ buildipfire() {
   ipfiremake splix
   ipfiremake streamripper
   ipfiremake sshfs
-  ipfiremake sqlite
   ipfiremake taglib
   ipfiremake mediatomb
   ipfiremake sslh
@@ -686,6 +686,12 @@ buildipfire() {
   ipfiremake client175
   ipfiremake powertop
   ipfiremake parted
+  ipfiremake swig
+  ipfiremake python-m2crypto
+  ipfiremake crda
+  ipfiremake python-distutils-extra
+  ipfiremake python-lzma
+
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild