wok-next annotate busybox-pam/receipt @ rev 6558
Added mesa to depends and mesa-dev to build_depends of fltk.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 19:55:08 2010 +0000 (2010-10-07) |
parents | 029092db0791 |
children | a841d189e474 |
rev | line source |
---|---|
pascal@2195 | 1 # SliTaz package receipt. |
pascal@2195 | 2 |
pascal@2195 | 3 PACKAGE="busybox-pam" |
pascal@5917 | 4 VERSION="1.17.1" |
pascal@2195 | 5 CATEGORY="base-system" |
pascal@2195 | 6 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." |
pascal@2195 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@2216 | 8 DEPENDS="slitaz-base-files glibc-base pam" |
pascal@2216 | 9 BUILD_DEPENDS="bzip2 pam pam-dev" |
pascal@2195 | 10 SOURCE="busybox" |
pascal@2195 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@2195 | 12 WEB_SITE="http://www.busybox.net/" |
pascal@2195 | 13 WGET_URL="http://www.busybox.net/downloads/$TARBALL" |
pascal@5921 | 14 CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf /etc/resolv.conf \ |
pascal@5921 | 15 /etc/pam.d" |
pascal@2195 | 16 PROVIDE="busybox:pam" |
pascal@2195 | 17 |
pascal@2195 | 18 # Rules to configure and make the package. |
pascal@2195 | 19 compile_rules() |
pascal@2195 | 20 { |
pascal@2195 | 21 cd $src |
pascal@2195 | 22 while read file; do |
pascal@2195 | 23 [ -f done.$file ] && continue |
pascal@2195 | 24 echo "Apply $file..." |
pascal@3635 | 25 patch -p1 < $WOK/$SOURCE/stuff/$SOURCE-$VERSION-$file || return 1 |
pascal@2195 | 26 touch done.$file |
pascal@2195 | 27 done <<EOT |
pascal@2195 | 28 cpio-mkdir.u |
pascal@2195 | 29 tar.u |
pascal@2195 | 30 stat.u |
pascal@3319 | 31 ris.u |
pascal@5776 | 32 depmod.u |
pascal@5684 | 33 zmodules.u |
pascal@5918 | 34 usage.u |
pascal@2195 | 35 EOT |
pascal@3635 | 36 cp $WOK/$SOURCE/stuff/$SOURCE-$VERSION.config .config |
pascal@2195 | 37 sed -i 's/# CONFIG_PAM is not set/CONFIG_PAM=y/' .config |
pascal@5975 | 38 make oldconfig |
pascal@5924 | 39 if [ "$(gcc --version | awk '{ print $3; exit }')" == "4.5.0" ]; then |
pascal@5924 | 40 # "CFLAGS=-O0" is a workaround for GCC 4.5.0 (sed crash) |
pascal@5924 | 41 # "CFLAGS=-fno-tree-pta" may be a workaround for GCC 4.5.0 (sed garbage) |
pascal@5924 | 42 make -j 4 "CFLAGS=-O0" && make "CFLAGS=-O0" install |
pascal@5924 | 43 else |
pascal@5924 | 44 make -j 4 && make install |
pascal@5924 | 45 fi |
pascal@2195 | 46 echo "Chmod 4755 on busybox binary..." |
pascal@2195 | 47 chmod 4755 _install/bin/busybox |
pascal@2195 | 48 } |
pascal@2195 | 49 |
pascal@2195 | 50 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2195 | 51 genpkg_rules() |
pascal@2195 | 52 { |
pascal@2195 | 53 cp -a $src/_install/* $fs |
pascal@2237 | 54 cp -a stuff/etc $fs |
pascal@2195 | 55 mkdir -p $fs/etc/init.d |
pascal@2195 | 56 # Busybox config files. |
pascal@4962 | 57 # genpkg busybox-pam depends on busybox config files |
pascal@4962 | 58 # Note: no space/tab before WANTED |
pascal@4962 | 59 WANTED="busybox" |
pascal@3635 | 60 cd $WOK/$SOURCE |
pascal@2196 | 61 fs=$WOK/$PACKAGE/taz/$PACKAGE-$VERSION/fs |
pascal@2195 | 62 cp stuff/busybox.conf $fs/etc |
pascal@2195 | 63 chmod 600 $fs/etc/busybox.conf |
pascal@2195 | 64 cp stuff/dnsd.conf $fs/etc |
pascal@2195 | 65 cp stuff/udhcpd.conf $fs/etc |
pascal@2195 | 66 touch $fs/etc/resolv.conf |
pascal@2195 | 67 cp stuff/inetd.conf $fs/etc |
pascal@5684 | 68 cp stuff/daemon $fs/etc/init.d |
pascal@5684 | 69 for i in crond dnsd ftpd httpd inetd klogd ntpd syslogd telnetd tftpd \ |
pascal@5975 | 70 udhcpd zcip ; do |
pascal@5684 | 71 grep -qi config_$i=y $src/.config && |
pascal@5684 | 72 ln -s daemon $fs/etc/init.d/$i |
pascal@5684 | 73 done |
pascal@2195 | 74 cp stuff/init $fs |
pascal@2195 | 75 rm $fs/linuxrc |
pascal@2195 | 76 mkdir -p $fs/etc/modprobe.d |
pascal@2195 | 77 # Udhcpc stuff. |
pascal@2195 | 78 mkdir -p $fs/usr/share/udhcpc |
pascal@5684 | 79 cp stuff/udhcp.script $fs/usr/share/udhcpc/default.script |
pascal@2195 | 80 chmod +x $fs/usr/share/udhcpc/default.script |
pascal@2195 | 81 # ZeroConf stuff. |
pascal@2195 | 82 cp stuff/zcip.script $fs/etc |
pascal@5684 | 83 # Httpd stuff. |
pascal@5684 | 84 cp stuff/httpd_helper.sh $fs/usr/bin |
pascal@5684 | 85 chmod +x $fs/usr/bin/httpd_helper.sh |
pascal@2617 | 86 # .desktop stuff |
pascal@2617 | 87 mkdir -p $fs/usr/share |
pascal@2617 | 88 cp -a stuff/applications $fs/usr/share |
pascal@2195 | 89 } |
pascal@2195 | 90 |
pascal@2195 | 91 # Force glibc-2.7 reinstall if 2.3.6 still in use. |
pascal@2195 | 92 pre_install() |
pascal@2195 | 93 { |
pascal@5015 | 94 local i |
pascal@2195 | 95 cp -a /etc/resolv.conf /etc/resolv.conf-busybox-install |
pascal@2195 | 96 if grep -q 'VERSION="2.3.6"' /var/lib/tazpkg/installed/glibc-base/receipt; then |
pascal@2195 | 97 tazpkg get-install glibc-base --forced |
pascal@2195 | 98 fi |
pascal@5015 | 99 answer="" |
pascal@5924 | 100 for i in $(cat $1$INSTALLED/$PACKAGE/files.list); do |
pascal@5863 | 101 [ -f $1$i ] || continue |
pascal@5874 | 102 case "$i" in |
pascal@5874 | 103 /bin/busybox) continue ;; |
pascal@5874 | 104 *bin/*) ;; |
pascal@5874 | 105 *) continue ;; |
pascal@5874 | 106 esac |
pascal@5015 | 107 if [ -z "$answer" ]; then |
pascal@5015 | 108 echo -n "Keep installed GNU utilities ? " |
pascal@5975 | 109 read -t 30 answer # by default: keep |
pascal@5015 | 110 case "$answer" in |
pascal@5975 | 111 n*|N*) break;; |
pascal@5975 | 112 *) answer="Y";; |
pascal@5015 | 113 esac |
pascal@5015 | 114 fi |
pascal@5863 | 115 cp -a $1$i $1$i-busybox-install |
pascal@5924 | 116 done |
pascal@2195 | 117 } |
pascal@2195 | 118 |
pascal@2195 | 119 post_install() |
pascal@2195 | 120 { |
pascal@5015 | 121 local i |
pascal@5924 | 122 [ -f /etc/resolv.conf-busybox-install ] && |
pascal@2195 | 123 mv -f /etc/resolv.conf-busybox-install /etc/resolv.conf |
pascal@5015 | 124 while read i ; do |
pascal@5863 | 125 [ -f $1$i-busybox-install ] || continue |
pascal@5749 | 126 mv $1$i-busybox-install $1$i |
pascal@5015 | 127 done < $1$INSTALLED/$PACKAGE/files.list |
pascal@5749 | 128 chmod 4755 $1/bin/busybox |
pascal@5976 | 129 sed -i "s@vcsa2txt.*\$@busybox conspy -d | sed 's/ *\$//;/^\$/d;/^Processi\\\\|^.witchi/,\$!d' > /var/log/boot.log@" $1/etc/init.d/rcS |
pascal@2195 | 130 } |