+*) 2006-01-25
+
+- some package updates including kernel, hotplug, udev, pcmcia etc
+
*) 2006-01-24
- modified openct package
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 2.6.14.5
+# [V] 2.6.15.1
# [S] 2-2
-# [D] linux-2.6.14.5.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.15.1.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
custmain="1"
custmain() {
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 3.1
+# [V] 3.2.2
# [S] 2-15
-# [D] module-init-tools-3.1.tar.bz2 ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
+# [D] module-init-tools-3.2.2.tar.bz2 ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/
confopt=${confopt//--prefix* /--prefix="" }
confopt="$confopt --enable-zlib"
-pre_install() {
- touch modprobe.conf.5
- }
-
post_install() {
# creating modprobe.* stuff
[ ! -f $root/etc/modprobe.conf ] && touch $root/etc/modprobe.conf
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 1.1.0
+# [V] 2.0.0
# [S] 2-7
-# [D] sysfsutils-1.1.0.tar.bz2 ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
+# [D] sysfsutils-2.0.0.tar.gz http://mesh.dl.sourceforge.net/sourceforge/linux-diag/
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 080
+# [V] 081
# [S] 1-9 2-15
-# [D] udev-080.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
+# [D] udev-081.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
#extras="extras/cdrom_id extras/scsi_id extras/volume_id extras/usb_id"
#extras="$extras extras/ata_id extras/dasd_id extras/run_directory"
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 0.4.4
+# [V] 0.4.7
# [S] 3-9
-# [D] hostap-driver-0.4.4.tar.gz http://hostap.epitest.fi/releases/
-## [D] hostap-utils-0.1.3.tar.gz http://hostap.epitest.fi/releases/
-## [D] hostapd-0.1.3.tar.gz http://hostap.epitest.fi/releases/
+# [D] hostap-driver-0.4.7.tar.gz http://hostap.epitest.fi/releases/
+# [D] hostap-utils-0.4.7.tar.gz http://hostap.epitest.fi/releases/
+# [D] hostapd-0.4.7.tar.gz http://hostap.epitest.fi/releases/
+
+# hint: hostap drivers now in 2.6 kernel tree
make_conf="KERNEL_PATH=$prefix/src/linux $make_conf"
install_conf="KERNEL_PATH=$prefix/src/linux $install_conf"
post_install() {
+ # hostap driver
rm -rf $docdir ; mkdir -p $docdir
- cp README $docdir
-}
+ cp README $docdir/README.driver
+ # utils & hostapd
+ tar --use-compress-program=gunzip -xvf \
+ $archdir/hostap-utils-${ver}.tar.gz -C ../
+ cd ../hostap-utils-$ver
+ make
+ cp prism2_srec hostap_crypt_conf hostap_diag hostap_io_debug \
+ hostap_rid $prefix/sbin
+ cp prism2_param $docdir
+ cp README $docdir/README.utils
+ tar --use-compress-program=gunzip -xvf \
+ $archdir/hostapd-${ver}.tar.gz -C ../
+ cd ../hostapd-$ver
+ sed 's%usr/local%usr%g' Makefile > tmp~ && mv tmp~ Makefile
+ sed 's%#CONFIG_DRIVER_WIRED=y%CONFIG_DRIVER_WIRED=y%' defconfig > \
+ .config
+ make
+ make install
+ cp README $docdir/README.hostapd
+ }
#
# [V] 0.6.6
# [S] 3-2
-# [D] openct-0.6.6.tar.gz http://www.opensc.org/files/openct/
+# [D] openct-0.6.6.tar.gz http://www.opensc-project.org/files/openct/
post_install() {
rm -rf $docdir && mkdir -p $docdir/html
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 008
+# [V] 012
# [S] 3-8
-# [D] pcmciautils-008.tar.bz2 ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/
+# [D] pcmciautils-012.tar.bz2 ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/
kver=`grep '^#\ \[V\]' $confdir/../../base/linux/linux | awk '{ print $3 }'`
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 2.6.14.5
+# [V] 2.6.15.1
# [S] 0-2
-# [D] linux-2.6.14.5.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.15.1.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
skip=1
s_reason="i think thats obsolete now ..."