]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
new addon: swatch - Simple log file watcher
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 8a2d4f8c84a3efb2fac5b69254445233ffd2e926..757acec52f7b4563b66752b6d4dd7ea1d4df7e8b 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.13"                                                 # Version number
-CORE="68"                                                      # Core Level (Filename)
-PAKFIRE_CORE="67"                                              # Core Level (PAKFIRE)
+CORE="69"                                                      # Core Level (Filename)
+PAKFIRE_CORE="69"                                              # 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
@@ -764,6 +764,16 @@ buildipfire() {
   ipfiremake avahi
   ipfiremake nginx
   ipfiremake sendEmail
+  ipfiremake sysbench
+  ipfiremake strace
+  ipfiremake ipfire-netboot
+  ipfiremake lcdproc
+  ipfiremake perl-Carp-Clan
+  ipfiremake perl-Date-Calc
+  ipfiremake perl-Date-Manip
+  ipfiremake perl-File-Tail
+  ipfiremake perl-TimeDate
+  ipfiremake swatch
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild