1 #! /bin/sh |
1 #! /bin/sh |
2 |
2 |
3 # OpenPKG sotfware stack 20120800 Serverinstanz (oft /opsw) |
3 # OpenPKG sotfware stack 20120800 Serverinstanz (oft /opsw) |
4 # apache fsl libksba perl-mail speex |
4 # apache fsl libksba perl-locale spamassassin |
5 # apache-php gawk libnet perl-module sproxy |
5 # apache-php gawk libnet perl-mail speex |
6 # apg gcc libpcap perl-net sqlite |
6 # apg gcc libpcap perl-module sproxy |
7 # apr gcrypt libpixman perl-openpkg squirrelmail |
7 # apr gcrypt libpixman perl-net sqlite |
8 # arpwatch gd libpri perl-parse srtp |
8 # arpwatch gd libpri perl-openpkg squirrelmail |
9 # asterisk gdbm libsrs2 perl-ssl stun |
9 # asterisk gdbm libsrs2 perl-parse srtp |
10 # autoconf geoip libtool perl-stats tcl |
10 # autoconf geoip libtool perl-ssl stun |
11 # automake getopt libxml perl-sys texinfo |
11 # automake getopt libxml perl-stats tcl |
12 # bacula gettext libxslt perl-term tokyocabinet |
12 # bacula gettext libxslt perl-sys texinfo |
13 # bash glib lynx perl-text tsocks |
13 # bash glib lynx perl-term tokyocabinet |
14 # bc gmime lzo perl-time tor |
14 # bc gmime lzo perl-text tsocks |
15 # bind gmp m4 perl-util tun |
15 # bind gmp m4 perl-time tor |
16 # binutils gnupg mailman perl-www udns |
16 # binutils gnupg mailman perl-util tun |
17 # bison gpg-error make perl-xml vorbis-libs |
17 # bison gpg-error make perl-www udns |
18 # bzip2 grep memcached pinentry webalizer |
18 # bzip2 grep memcached perl-xml vorbis-libs |
19 # cairo grepmail milter pkgconfig x509 |
19 # cairo grepmail mhash pinentry webalizer |
20 # cfengine groff mm png yaml |
20 # cfengine groff milter pkgconfig x509 |
21 # clamav gzip mpc popt zlib |
21 # clamav gzip mm png yaml |
22 # cmake honeyd mpfr postfix |
22 # cmake honeyd mpc popt zlib |
23 # confuse iksemel mpg123 postfix-mailgraph |
23 # confuse iksemel mpfr postfix |
24 # curl imap mrtg postgresql |
24 # curl imap mpg123 postfix-mailgraph |
25 # daq infozip mysql postgrey |
25 # daq infozip mrtg postgresql |
26 # davical intltool ncurses procmail |
26 # davical intltool mysql postgrey |
27 # db jabberd openldap proftpd |
27 # db jabberd ncurses procmail |
28 # dhcpd joomla opensips pth |
28 # dhcpd joomla openldap proftpd |
29 # dhtml jpeg openssl python |
29 # dhtml jpeg opensips pth |
30 # diffutils json openvpn pyzor |
30 # diffutils json openssl python |
31 # dovecot kamailio pango radiusclient |
31 # dovecot kamailio openvpn pyzor |
32 # drupal libassuan pcre readline |
32 # drupal libassuan pango radiusclient |
33 # drupal-module-misc libdnet perl rrdtool |
33 # drupal-module-misc libdnet pcre readline |
34 # drupal-theme-misc libedit perl-comp sasl |
34 # drupal-theme-misc libedit perl rrdtool |
35 # dspam libevent perl-crypto sed |
35 # dspam libevent perl-comp sasl |
36 # expat libexecinfo perl-db slang |
36 # expat libexecinfo perl-crypto sed |
37 # flex libffi perl-dbi snmp |
37 # flex libffi perl-db slang |
38 # fontconfig libgsasl perl-dns snort |
38 # fontconfig libgsasl perl-dbi snmp |
39 # freeradius libiconv perl-ds sox |
39 # freeradius libiconv perl-dns snort |
40 # freetype libidn perl-locale spamassassin |
40 # freetype libidn perl-ds sox |
41 |
41 |
42 # Variables |
42 # Variables |
43 #ARCFIX=amd64-suse12.2 |
43 #ARCFIX=amd64-suse12.2 |
44 #ARCFIX=amd64-solaris11 |
44 #ARCFIX=amd64-solaris11 |
45 ARCFIX=$1 |
45 ARCFIX=$1 |
513 /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/libmcrypt-2.5.8-20080101.src.rpm http://download.openpkg.org/packages/current/source/PLUS/libmcrypt-2.5.8-20080101.src.rpm || exit $? |
513 /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/libmcrypt-2.5.8-20080101.src.rpm http://download.openpkg.org/packages/current/source/PLUS/libmcrypt-2.5.8-20080101.src.rpm || exit $? |
514 fi |
514 fi |
515 /${PREFIX}/libexec/openpkg/rpm --rebuild ${HOME}/opwrk/pkg/src/libmcrypt-2.5.8-20080101.src.rpm || exit $? |
515 /${PREFIX}/libexec/openpkg/rpm --rebuild ${HOME}/opwrk/pkg/src/libmcrypt-2.5.8-20080101.src.rpm || exit $? |
516 ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/libmcrypt-2.5.8-20080101.${ARCFIX}-${PREFIX}.rpm || exit $? |
516 ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/libmcrypt-2.5.8-20080101.${ARCFIX}-${PREFIX}.rpm || exit $? |
517 echo :::: http://download.openpkg.org/packages/current/source/PLUS/libmcrypt-2.5.8-20080101.src.rpm = $? :::: |
517 echo :::: http://download.openpkg.org/packages/current/source/PLUS/libmcrypt-2.5.8-20080101.src.rpm = $? :::: |
|
518 echo :::: http://download.openpkg.org/packages/current/source/PLUS/mhash-0.9.9.9-20090327.src.rpm :::: |
|
519 if test ! -f ${HOME}/opwrk/pkg/src/mhash-0.9.9.9-20090327.src.rpm; then |
|
520 /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/mhash-0.9.9.9-20090327.src.rpm http://download.openpkg.org/packages/current/source/PLUS/mhash-0.9.9.9-20090327.src.rpm || exit $? |
|
521 fi |
|
522 /${PREFIX}/libexec/openpkg/rpm --rebuild ${HOME}/opwrk/pkg/src/mhash-0.9.9.9-20090327.src.rpm || exit $? |
|
523 ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/mhash-0.9.9.9-20090327.${ARCFIX}-${PREFIX}.rpm || exit $? |
|
524 echo :::: http://download.openpkg.org/packages/current/source/PLUS/mhash-0.9.9.9-20090327.src.rpm = $? :::: |
518 echo :::: http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm :::: |
525 echo :::: http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm :::: |
519 if test ! -f ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm; then |
526 if test ! -f ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm; then |
520 /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm || exit $? |
527 /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm || exit $? |
521 fi |
528 fi |
522 time /${PREFIX}/libexec/openpkg/rpm --define 'with_pgsql yes' --define 'with_mysql yes' --define 'with_zlib yes' --define 'with_zip yes' --define 'with_xml yes' --define 'with_simplexml yes' --define 'with_gd yes' --define 'with_session yes' --define 'with_mm yes' --define 'with_sendmail yes' --define 'with_ctype yes' --define 'with_mbstring yes' --define 'with_xslt yes' --define 'with_iconv yes' --define 'with_ldap yes' --define 'with_ssl yes' --define 'with_json yes' --define 'with_mcrypt yes' --define 'with_exif yes' --define 'with_gettext yes' --rebuild ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm || exit $? |
529 time /${PREFIX}/libexec/openpkg/rpm --define 'with_pgsql yes' --define 'with_mysql yes' --define 'with_zlib yes' --define 'with_zip yes' --define 'with_xml yes' --define 'with_simplexml yes' --define 'with_gd yes' --define 'with_session yes' --define 'with_mm yes' --define 'with_sendmail yes' --define 'with_ctype yes' --define 'with_mbstring yes' --define 'with_xslt yes' --define 'with_iconv yes' --define 'with_ldap yes' --define 'with_ssl yes' --define 'with_json yes' --define 'with_mcrypt yes' --define 'with_exif yes' --define 'with_gettext yes' --define 'with_mhash yes' --define 'with_bc yes' --define 'with_curl yes' --rebuild ${HOME}/opwrk/pkg/src/apache-php-5.4.5-20120800.src.rpm || exit $? |
523 ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/apache-php-5.4.5-20120800.${ARCFIX}-${PREFIX}.rpm || exit $? |
530 ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/apache-php-5.4.5-20120800.${ARCFIX}-${PREFIX}.rpm || exit $? |
524 echo :::: http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm = $? :::: |
531 echo :::: http://download.openpkg.org/packages/current/source/BASE/apache-php-5.4.5-20120800.src.rpm = $? :::: |
525 echo :::: http://download.openpkg.org/packages/current/source/CORE/libtool-2.4.2-20111211.src.rpm :::: |
532 echo :::: http://download.openpkg.org/packages/current/source/CORE/libtool-2.4.2-20111211.src.rpm :::: |
526 if test ! -f ${HOME}/opwrk/pkg/src/libtool-2.4.2-20111211.src.rpm; then |
533 if test ! -f ${HOME}/opwrk/pkg/src/libtool-2.4.2-20111211.src.rpm; then |
527 /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/libtool-2.4.2-20111211.src.rpm http://download.openpkg.org/packages/current/source/CORE/libtool-2.4.2-20111211.src.rpm || exit $? |
534 /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/libtool-2.4.2-20111211.src.rpm http://download.openpkg.org/packages/current/source/CORE/libtool-2.4.2-20111211.src.rpm || exit $? |