]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - make.sh
Added new package: dosfstools.
[ipfire-3.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 798eaacf05c7d318425155b7b51c2a443f847fd4..b1117d84b4b72e1d3fe7c7c2de070b38c6226e6a 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,8 +24,8 @@
 
 NAME="IPFire"                  # Software name
 SNAME="ipfire"                 # Short name
-VERSION="3.0-prealpha1"                # Version number
-TOOLCHAINVERSION="${VERSION}-18"       # Toolchain
+VERSION="3.0-alpha1"           # Version number
+TOOLCHAINVERSION="${VERSION}-1       # Toolchain
 SLOGAN="Lechery"               # Software slogan
 
 # Include funtions
@@ -145,7 +145,7 @@ base_build() {
        ipfire_make gmp
        ipfire_make grub
        ipfire_make gawk
-       ipfire_make glib
+       ipfire_make glib2
        ipfire_make grep
        ipfire_make groff
        ipfire_make gzip
@@ -193,12 +193,14 @@ ipfire_build() {
 
        ### Building some general stuff
        #   STAGE 1
+       ipfire_make libdaemon
        ipfire_make pcre
        ipfire_make expat
        ipfire_make dbus
        ipfire_make dbus-glib
        ipfire_make openssl
        ipfire_make perl-xml-parser
+       ipfire_make intltool
        ipfire_make python
        ipfire_make python-dbus
        ipfire_make python-urlgrabber
@@ -230,6 +232,7 @@ ipfire_build() {
        ipfire_make vlan
        ipfire_make bind
        ipfire_make whois
+       ipfire_make avahi
        
        ### Building some general stuff
        #   STAGE 2
@@ -251,7 +254,7 @@ ipfire_build() {
        ipfire_make sqlite
        ipfire_make curl
        ipfire_make pinentry
-       ipfire_make gnupg
+       ipfire_make gnupg2
        ipfire_make sudo
        ipfire_make libjpeg
        ipfire_make libpng
@@ -283,7 +286,8 @@ ipfire_build() {
        ipfire_make xfsprogs
        ipfire_make sysfsutils
        ipfire_make squashfs
-               
+       ipfire_make dosfstools
+
        ### Building hardware utils
        #
        ipfire_make pciutils
@@ -316,19 +320,12 @@ ipfire_build() {
        ipfire_make python-parted
        ipfire_make memtest86+
        #ipfire_make pakfire
-       
-       ipfire_make pyfire
-  
-       ### -------------------------------------------------------------------------
-       ### Tools that maybe not needed
-       #
-       #ipfire_make gd
-       #ipfire_make libcap
-       #ipfire_make mtools
+       ipfire_make quagga
        #ipfire_make mISDN
-       
        #ipfire_make wireless
-       #ipfire_make libsafe
+
+       ipfire_make pyfire
+       ipfire_make firewall
 }
 
 ################################################################################
@@ -355,7 +352,7 @@ misc_build() {
        #ipfire_make traceroute
        #ipfire_make nmap
        #ipfire_make rsync
-       #ipfire_make tcpdump
+       ipfire_make tcpdump
        ipfire_make htop
        ipfire_make nano
        ipfire_make squid
@@ -369,8 +366,6 @@ misc_build() {
        ipfire_make mkinitramfs
        ipfire_make splashy
 
-       #ipfire_make squidguard         ## CAN THIS BE BANISHED BY ANYTHING BETTER?
-       #ipfire_make calamaris          ## CAN THIS BE BANISHED BY ANYTHING BETTER?
        #ipfire_make vsftpd
 
        ## NTFS
@@ -388,9 +383,6 @@ misc_build() {
        #
        #ipfire_make snort
        #ipfire_make oinkmaster
-       #ipfire_make centerim
-       #ipfire_make tripwire
-       #ipfire_make java
        #ipfire_make cups
        #ipfire_make ghostscript
        #ipfire_make foomatic
@@ -403,35 +395,13 @@ misc_build() {
        #ipfire_make alsa
        #ipfire_make mpfire
        #ipfire_make guardian
-       #ipfire_make libid3tag
-       #ipfire_make libmad
-       #ipfire_make libogg
-       #ipfire_make libvorbis
-       #ipfire_make lame
-       #ipfire_make sox
-       #ipfire_make libshout
-       #ipfire_make icecast
-       #ipfire_make icegenerator
-       #ipfire_make mpd
-       #ipfire_make mpc
-       #ipfire_make xvid
-       #ipfire_make libmpeg2
-       #ipfire_make videolan
-       #ipfire_make libpri
-       #ipfire_make asterisk
-       #ipfire_make libsigc++
-       #ipfire_make applejuice
-       #ipfire_make libtorrent
-       #ipfire_make rtorrent
        #ipfire_make ipfireseeder
        #ipfire_make nfs
 
-       # ---------------------------------------------------------------------------
-       #ipfire_make as86
-       #ipfire_make mbr
-
        ### Debugging
        #
+       ipfire_make pax-utils
+       ipfire_make paxtest
        ipfire_make gdb
        ipfire_make strace
        ipfire_make pychecker
@@ -476,7 +446,7 @@ packages_build() {
 
        # Generate packages list
        echo -n "Generating packages list"
-       software_list > $BASEDIR/doc/packages-list.txt
+       pkg_list_packages > $BASEDIR/doc/packages-list.txt
        beautify message DONE
 
        if [ ${EMB} -eq 0 ]; then