summaryrefslogtreecommitdiffstats
path: root/builddeb
blob: 5633130f949f90c003ec105511911056949451e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

vers=`cat B/DEBIAN/control | grep Version | sed s/'Version: '//`

make install DESTDIR=`pwd`/B &&
strip B/usr/bin/ksquirrel &&
strip B/usr/bin/ksquirrel-libs-configurator-real &&
strip B/usr/lib/kde3/libksquirrelpart.so &&
dpkg-deb -b B ksquirrel_${vers}_i386.deb &&
rm -rf B/usr &&
echo
ls -l ksquirrel_${vers}_i386.deb
echo