+*) 2005-08-31
+
+- fixed base packages (not bootdisks!)
+
*) 2005-07-04
- fixes, updated development packages (tcl/tk not yet)
#
# [V] 1.11.20
# [S] 2-18
-# [D] cvs-1.11.20.tar.bz2 https://ccvs.cvshome.org/files/documents/19/861/
+# [D] cvs-1.11.20.tar.bz2 http://savannah.nongnu.org/download/cvs/
--- /dev/null
+#!/bin/sh
+exec /usr/bin/flex -l "$@"
+
post_install() {
# creating modprobe.* stuff
- [ ! -f $root/etc/modprobe.conf ] touch $root/etc/modprobe.conf
- [ ! -f $root/etc/modprobe.devfs ] cp modprobe.devfs $root/etc
+ [ ! -f $root/etc/modprobe.conf ] && touch $root/etc/modprobe.conf
+ [ ! -f $root/etc/modprobe.devfs ] && cp modprobe.devfs $root/etc
}
confopt="$confopt --exec-prefix=$root/"
post_install() {
- mv $root/bin/pstree* $prefix/bin
ln -sfv killall $root/bin/pidof
}
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 4.0.10
+# [V] 4.0.11.1
# [S] 2-15
-# [D] shadow-4.0.10.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/
+# [D] shadow-4.0.11.1.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/
-confopt="$confopt --libdir=$root/lib --enable-shared"
+confopt="$confopt --libdir=$root/lib --enable-shared --enable-shadowgrp"
-pre_install() {
+build_main() {
+ ./configure $confopt
sed 's/groups$(EXEEXT) //' src/Makefile > tmp~
mv tmp~ src/Makefile
sed '/groups/d' man/Makefile > tmp~
mv tmp~ man/Makefile
+ make $make_conf
+ make $install_conf install
}
post_install() {
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 1.15
+# [V] 1.15.1
# [S] 1-6 2-15
-# [D] tar-1.15.tar.bz2 ftp://ftp.gnu.org/pub/gnu/tar/
+# [D] tar-1.15.1.tar.bz2 ftp://ftp.gnu.org/pub/gnu/tar/