summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xmkipks2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkipks b/mkipks
index 618db8c..2259221 100755
--- a/mkipks
+++ b/mkipks
@@ -1,155 +1,155 @@
1#!/bin/sh 1#!/bin/sh
2 2
3QTE_VERSION=2.3.2 3QTE_VERSION=2.3.2
4DEB_VERSION=2.0 4DEB_VERSION=2.0
5 5
6# Have to do this here, since CVS can't store symlinks 6# Have to do this here, since CVS can't store symlinks
7mkdir -p etc/rc2.d 7mkdir -p etc/rc2.d
8rm -f etc/rc2.d/S98qpe 8rm -f etc/rc2.d/S98qpe
9ln -s ../init.d/qpe etc/rc2.d/S98qpe 9ln -s ../init.d/qpe etc/rc2.d/S98qpe
10 10
11VERSION_MAJ=$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h) 11VERSION_MAJ=$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h)
12VERSION_MIN=$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h) 12VERSION_MIN=$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h)
13VERSION_PAT=$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$OPIEDIR/include/qpe/version.h) 13VERSION_PAT=$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$OPIEDIR/include/qpe/version.h)
14SUB_VERSION=$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$OPIEDIR/include/qpe/version.h) 14SUB_VERSION=$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$OPIEDIR/include/qpe/version.h)
15if grep -q 'QPE_VERSION .*snapshot' $OPIEDIR/include/qpe/version.h 15if grep -q 'QPE_VERSION .*snapshot' $OPIEDIR/include/qpe/version.h
16then 16then
17 VERSION_CVS="$(date +%Y%m%d)" 17 VERSION_CVS="$(date +%Y%m%d)"
18 SUB_VERSION=$VERSION_CVS 18 SUB_VERSION=$VERSION_CVS
19else 19else
20 VERSION_CVS="" 20 VERSION_CVS=""
21fi 21fi
22 22
23QPE_VERSION=$VERSION_MAJ.$VERSION_MIN.$VERSION_PAT 23QPE_VERSION=$VERSION_MAJ.$VERSION_MIN.$VERSION_PAT
24 24
25ARCH=arm 25ARCH=arm
26STRIP=arm-linux-strip 26STRIP=arm-linux-strip
27STRIP_FILES="*Advanced RISC Machines ARM*not stripped" 27STRIP_FILES="*ARM*not stripped"
28 28
29TDIR=/tmp/ipk$$ 29TDIR=/tmp/ipk$$
30DATADIR=$TDIR/data 30DATADIR=$TDIR/data
31CTRLDIR=$TDIR/control 31CTRLDIR=$TDIR/control
32 32
33IMAGEDIR= 33IMAGEDIR=
34VERB= 34VERB=
35LIST= 35LIST=
36RPM= 36RPM=
37 37
38while [ $# -ne 0 ] 38while [ $# -ne 0 ]
39do 39do
40 case "$1" in 40 case "$1" in
41 -v) 41 -v)
42 VERB=1 42 VERB=1
43 echo >&2 "Packaging for version $VERSION_MAJ.$VERSION_MIN.$VERSION_PAT$VERSION_CVS" 43 echo >&2 "Packaging for version $VERSION_MAJ.$VERSION_MIN.$VERSION_PAT$VERSION_CVS"
44 ;; -l) 44 ;; -l)
45 LIST=1 45 LIST=1
46 ;; -i) 46 ;; -i)
47 shift 47 shift
48 IMAGEDIR=$1 48 IMAGEDIR=$1
49 DATADIR=$IMAGEDIR 49 DATADIR=$IMAGEDIR
50 mkdir -p $IMAGEDIR 50 mkdir -p $IMAGEDIR
51 ;; -rpm) 51 ;; -rpm)
52 if [ "$OPIEDIR" != "/opt/Qtopia" ] 52 if [ "$OPIEDIR" != "/opt/Qtopia" ]
53 then 53 then
54 echo >&2 '$OPIEDIR is not the standard /usr/Qtopia directory.' 54 echo >&2 '$OPIEDIR is not the standard /usr/Qtopia directory.'
55 sleep 1 55 sleep 1
56 #exit 1 56 #exit 1
57 fi 57 fi
58 RPM=1 58 RPM=1
59 ;; -arch) 59 ;; -arch)
60 shift 60 shift
61 ARCH=$1 61 ARCH=$1
62 STRIP= 62 STRIP=
63 STRIP_FILES= 63 STRIP_FILES=
64 ;; /*) 64 ;; /*)
65 FILES="$FILES $1" 65 FILES="$FILES $1"
66 ;; *) 66 ;; *)
67 FILES="$FILES $PWD/$1" 67 FILES="$FILES $PWD/$1"
68 esac 68 esac
69 shift 69 shift
70done 70done
71 71
72 72
73if [ -z "$FILES" ] 73if [ -z "$FILES" ]
74then 74then
75 FILES=`find $OPIEDIR -name "*.control" -print` 75 FILES=`find $OPIEDIR -name "*.control" -print`
76fi 76fi
77 77
78RDIR=$PWD 78RDIR=$PWD
79cd $OPIEDIR 79cd $OPIEDIR
80 80
81for i in $FILES 81for i in $FILES
82do 82do
83 rm -rf $TDIR 83 rm -rf $TDIR
84 84
85 mkdir -p $DATADIR 85 mkdir -p $DATADIR
86 mkdir -p $CTRLDIR 86 mkdir -p $CTRLDIR
87 87
88 packagename=${i##*/}; packagename=${packagename%.control} 88 packagename=${i##*/}; packagename=${packagename%.control}
89 version=$(eval echo '"'$(sed -n -e "s/^Version: *//p" $i)'"') 89 version=$(eval echo '"'$(sed -n -e "s/^Version: *//p" $i)'"')
90 depends=$(eval echo '"'$(sed -n -e "s/^Depends: *//p" $i)'"') 90 depends=$(eval echo '"'$(sed -n -e "s/^Depends: *//p" $i)'"')
91 files=$(eval echo $(sed -n -e "s/^Files://p" $i)) 91 files=$(eval echo $(sed -n -e "s/^Files://p" $i))
92 arch=$(eval echo $(sed -n -e "s/^Arch://p" $i)) 92 arch=$(eval echo $(sed -n -e "s/^Arch://p" $i))
93 section=$(sed -n -e "s/^Section: *//p" $i) 93 section=$(sed -n -e "s/^Section: *//p" $i)
94 provides=$(sed -n -e "s/^Provides: *//p" $i) 94 provides=$(sed -n -e "s/^Provides: *//p" $i)
95 conflicts=$(sed -n -e "s/^Conflicts: *//p" $i) 95 conflicts=$(sed -n -e "s/^Conflicts: *//p" $i)
96 license=$(sed -n -e "s/^License: *//p" $i) 96 license=$(sed -n -e "s/^License: *//p" $i)
97 summary=$(sed -n -e "s/^Description: *//p" $i) 97 summary=$(sed -n -e "s/^Description: *//p" $i)
98 package=${packagename}_${version}_$ARCH 98 package=${packagename}_${version}_$ARCH
99 ERROR= 99 ERROR=
100 if [ -z "$files" ] 100 if [ -z "$files" ]
101 then 101 then
102 mkdir -p $DATADIR/usr/share/doc/$packagename 102 mkdir -p $DATADIR/usr/share/doc/$packagename
103 else 103 else
104 for f in $files 104 for f in $files
105 do 105 do
106 if [ -d $f ] 106 if [ -d $f ]
107 then 107 then
108 ffiles=$(find $f -type f -o -type b -o -type c -o -type l) 108 ffiles=$(find $f -type f -o -type b -o -type c -o -type l)
109 else 109 else
110 ffiles=$f 110 ffiles=$f
111 fi 111 fi
112 for ff in $ffiles 112 for ff in $ffiles
113 do 113 do
114 case $ff in 114 case $ff in
115 */CVS/*) 115 */CVS/*)
116 continue 116 continue
117 ;;*~) 117 ;;*~)
118 continue 118 continue
119 ;;*.control) 119 ;;*.control)
120 continue 120 continue
121 ;; $QTDIR/*) 121 ;; $QTDIR/*)
122 BASE=$(dirname /opt/QtPalmtop/${ff#$QTDIR/}) 122 BASE=$(dirname /opt/QtPalmtop/${ff#$QTDIR/})
123 ;; etc/*.d/*) 123 ;; etc/*.d/*)
124 BASE=$(dirname /$ff) 124 BASE=$(dirname /$ff)
125 ;; ipaq/*) 125 ;; ipaq/*)
126 BASE=$(dirname ${ff#ipaq}) 126 BASE=$(dirname ${ff#ipaq})
127 ;; *) 127 ;; *)
128 # For SHARP ROM compatibility. Should change to Qtopia. 128 # For SHARP ROM compatibility. Should change to Qtopia.
129 BASE=/opt/QtPalmtop/$(dirname $ff) 129 BASE=/opt/QtPalmtop/$(dirname $ff)
130 esac 130 esac
131 131
132 if [ -f $ff -o -b $ff -o -c $ff ] 132 if [ -f $ff -o -b $ff -o -c $ff ]
133 then 133 then
134 D=$DATADIR$BASE 134 D=$DATADIR$BASE
135 if [ -x $ff -a -n "$STRIP" ] 135 if [ -x $ff -a -n "$STRIP" ]
136 then 136 then
137 case $(file $ff) in 137 case $(file $ff) in
138 $STRIP_FILES) 138 $STRIP_FILES)
139 $STRIP $ff 139 $STRIP $ff
140 ;; *) 140 ;; *)
141 esac 141 esac
142 fi 142 fi
143 if [ -n "$RPM" ] 143 if [ -n "$RPM" ]
144 then 144 then
145 case "$ff" in 145 case "$ff" in
146 /*) RPMFILES="$RPMFILES $ff" 146 /*) RPMFILES="$RPMFILES $ff"
147 ;; *) RPMFILES="$RPMFILES $OPIEDIR/$ff" 147 ;; *) RPMFILES="$RPMFILES $OPIEDIR/$ff"
148 esac 148 esac
149 else 149 else
150 mkdir -p $D 150 mkdir -p $D
151 if cp -a $ff $D 151 if cp -a $ff $D
152 then 152 then
153 true 153 true
154 else 154 else
155 ERROR=1 155 ERROR=1