summaryrefslogtreecommitdiffstats
path: root/builddeb
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:31:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:31:25 +0000
commit6afd9d8dddbe9e450690e05d498a503c00333a5e (patch)
treeee3eaca74e8e33dd66f24f5fb6c1431d7a9ff429 /builddeb
downloadksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.tar.gz
ksquirrel-6afd9d8dddbe9e450690e05d498a503c00333a5e.zip
Added KDE3 version of ksquirrel photo manager
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksquirrel@1094446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'builddeb')
-rwxr-xr-xbuilddeb13
1 files changed, 13 insertions, 0 deletions
diff --git a/builddeb b/builddeb
new file mode 100755
index 0000000..5633130
--- /dev/null
+++ b/builddeb
@@ -0,0 +1,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 \ No newline at end of file