]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
gperf: New package.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 9d93f071e3c0a8bce7170bba7304c92bd9d2a90d..662f2c0dedec3b4ae54f83fdfd9f29e7cd985978 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -26,7 +26,7 @@ NAME="IPFire"                                                 # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.13"                                                 # Version number
 CORE="70"                                                      # Core Level (Filename)
-PAKFIRE_CORE="69"                                              # Core Level (PAKFIRE)
+PAKFIRE_CORE="70"                                              # 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
@@ -333,6 +333,7 @@ buildbase() {
     lfsmake2 gettext
     lfsmake2 grep
     lfsmake2 groff
+    lfsmake2 gperf
     lfsmake2 gzip
     lfsmake2 inetutils
     lfsmake2 iproute2
@@ -772,6 +773,12 @@ buildipfire() {
   ipfiremake multicat
   ipfiremake keepalived
   ipfiremake ipvsadm
+  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