rev |
line source |
pankso@11
|
1 # SliTaz package receipt.
|
pankso@11
|
2
|
pankso@11
|
3 PACKAGE="slitaz-tools"
|
gokhlayeh@5768
|
4 VERSION="3.8.1"
|
pankso@194
|
5 CATEGORY="system-tools"
|
pankso@2094
|
6 SHORT_DESC="SliTaz tools provide installer and utils usable on termnial."
|
pankso@11
|
7 MAINTAINER="pankso@slitaz.org"
|
pankso@2094
|
8 DEPENDS="slitaz-boot-scripts dialog"
|
pankso@2094
|
9 SUGGESTED="slitaz-tools-boxes"
|
gokhlayeh@5768
|
10 TARBALL="$VERSION.tar.gz"
|
pankso@11
|
11 WEB_SITE="http://www.slitaz.org/"
|
gokhlayeh@5768
|
12 # Using an hg URL because tarball is not avaible at this moment
|
gokhlayeh@5768
|
13 #WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL"
|
gokhlayeh@5768
|
14 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
|
pascal@1212
|
15 CONFIG_FILES="
|
pascal@1212
|
16 /etc/TZ
|
pascal@1212
|
17 /etc/motd
|
pascal@1212
|
18 /etc/keymap.conf
|
pascal@1212
|
19 /etc/X11/screen.conf
|
pascal@1212
|
20 /etc/locale.conf
|
pankso@2889
|
21 /etc/firewall.conf
|
pankso@2889
|
22 /etc/slitaz/applications.conf"
|
pankso@11
|
23
|
pankso@5126
|
24 # Rules to configure and make the package.
|
pankso@5126
|
25 compile_rules()
|
pankso@5126
|
26 {
|
pankso@5126
|
27 cd $src
|
pankso@5126
|
28 make msgfmt
|
pankso@5126
|
29 }
|
pankso@5126
|
30
|
pankso@11
|
31 # Rules to gen a SliTaz package suitable for Tazpkg.
|
pankso@11
|
32 #
|
pankso@5126
|
33 # This package is moslty build by genpkg, it provide /usr/share/examples tree,
|
pankso@11
|
34 # tazlito, tinyutils, licenses, documentation and artwork. This package
|
pankso@11
|
35 # provide also the Firewall deamon/config (/etc/firewall.conf).
|
pankso@11
|
36 #
|
pankso@11
|
37 genpkg_rules()
|
pankso@11
|
38 {
|
pankso@659
|
39 mkdir -p \
|
pankso@659
|
40 $fs/sbin \
|
pankso@659
|
41 $fs/usr/bin \
|
pankso@659
|
42 $fs/usr/sbin \
|
pankso@892
|
43 $fs/etc/X11 \
|
pankso@659
|
44 $fs/var/spool/cron/crontabs \
|
pankso@2889
|
45 $fs/usr/share/slitaz/messages/en
|
pankso@892
|
46 # /rootfs/*. Firewall exemples, licenses, pixmaps and desktop files.
|
pankso@11
|
47 cp -a $src/rootfs/* $fs
|
jozee@5302
|
48 chmod +x $fs/etc/init.d/*
|
pankso@2893
|
49 rm -rf $fs/usr/share/applications
|
pankso@2893
|
50 rm -rf $fs/usr/share/pixmaps
|
pankso@2889
|
51 # Tinyutils and declare all config files.
|
pankso@11
|
52 cp -a $src/tinyutils/tazlocale $fs/sbin
|
pascal@847
|
53 touch $fs/etc/locale.conf
|
pascal@847
|
54 touch $fs/etc/motd
|
pankso@716
|
55 cp -a $src/tinyutils/tazkeymap $fs/sbin
|
pascal@847
|
56 touch $fs/etc/keymap.conf
|
pascal@847
|
57 touch $fs/etc/TZ
|
pankso@11
|
58 cp -a $src/tinyutils/gztazmod.sh $fs/sbin
|
pankso@11
|
59 cp -a $src/tinyutils/tazx $fs/usr/bin
|
pascal@847
|
60 touch $fs/etc/X11/screen.conf
|
pankso@2292
|
61 cp -a $src/tinyutils/tazhw $fs/sbin
|
jozee@5129
|
62 cp -a $src/tinyutils/hwsetup $fs/sbin
|
pankso@2889
|
63 for app in startx history tazdialog editor browser terminal file-manager
|
pankso@2889
|
64 do
|
pankso@2889
|
65 cp -a $src/tinyutils/$app $fs/usr/bin
|
pankso@2889
|
66 done
|
pankso@766
|
67 # Sound config
|
pankso@766
|
68 cp -a $src/tinyutils/soundconf $fs/usr/sbin
|
pankso@761
|
69 cp -a $src/tinyutils/setmixer $fs/usr/sbin
|
pankso@266
|
70 # Installer's
|
pankso@266
|
71 cp -a $src/installer/slitaz-installer $fs/usr/bin
|
pankso@3083
|
72 cp -a $src/messages/en/installer.msg $fs/usr/share/slitaz/messages/en
|
pankso@401
|
73 chown -R root.root $fs
|
pankso@401
|
74 chmod -R 755 $fs/usr/bin
|
pankso@401
|
75 chmod -R 755 $fs/sbin
|
pankso@11
|
76 }
|
pascal@1062
|
77
|
pankso@1098
|
78 # Pre install commands.
|
pankso@1098
|
79 pre_install()
|
pankso@1098
|
80 {
|
pankso@1098
|
81 local root
|
pankso@1098
|
82 root=$1
|
pankso@1098
|
83 # Backup file to restore with post install
|
pankso@1098
|
84 echo "Creating backups of configs..."
|
pankso@1098
|
85 cp $root/etc/TZ $root/etc/TZ.bak 2>/dev/null
|
pankso@1098
|
86 cp $root/etc/keymap.conf $root/etc/keymap.conf.bak 2>/dev/null
|
pankso@1098
|
87 cp $root/etc/X11/screen.conf $root/etc/X11/screen.conf.bak 2>/dev/null
|
pankso@1098
|
88 cp $root/etc/locale.conf $root/etc/locale.conf.bak 2>/dev/null
|
pankso@1098
|
89 cp $root/etc/firewall.conf $root/etc/firewall.conf.bak 2>/dev/null
|
pankso@1098
|
90 }
|
pankso@1098
|
91
|
pankso@1098
|
92 # Post install
|
pascal@1062
|
93 post_install()
|
pascal@1062
|
94 {
|
pankso@1098
|
95 echo "Restoring configs backups..."
|
pankso@1098
|
96 mv -f $root/etc/TZ.bak $root/etc/TZ 2>/dev/null
|
pankso@1098
|
97 mv -f $root/etc/keymap.conf.bak $root/etc/keymap.conf 2>/dev/null
|
pankso@1098
|
98 mv -f $root/etc/X11/screen.conf.bak $root/etc/X11/screen.conf 2>/dev/null
|
pankso@1098
|
99 mv -f $root/etc/locale.conf.bak $root/etc/locale.conf 2>/dev/null
|
pankso@1098
|
100 mv -f $root/etc/firewall.conf.bak $root/etc/firewall.conf 2>/dev/null
|
pankso@2094
|
101 # Install boxes package if old slitaz-tools
|
pankso@2094
|
102 if [ -f $root/usr/bin/mountbox ] && [ ! -d /var/lib/tazpkg/installed/slitaz-tools-boxes ]; then
|
pascal@2101
|
103 tazpkg get-install slitaz-tools-boxes
|
pankso@2094
|
104 fi
|
pankso@2889
|
105 # Remove old files
|
pankso@2889
|
106 rm -rf $root/usr/share/slitaz-tools
|
pankso@2893
|
107 rm -rf $root/usr/share/doc/slitaz-tools
|
pascal@1062
|
108 }
|