From 0292059f4a16434600564cfa3f0ad2309a508a54 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 24 Feb 2010 17:43:19 +0000 Subject: Added libksquirrel for KDE3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- builddeb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 builddeb (limited to 'builddeb') diff --git a/builddeb b/builddeb new file mode 100755 index 0000000..1c56e6c --- /dev/null +++ b/builddeb @@ -0,0 +1,14 @@ +#!/bin/sh + +vers=`cat B/DEBIAN/control | grep Version | sed s/'Version: '//` + +make install DESTDIR=`pwd`/B && +rm -f B/usr/lib/ksquirrel-libs/*.la && +rm -f B/usr/lib/*.la && +rm -f B/usr/lib/ksquirrel-libs/*.so && +rm -f B/usr/lib/ksquirrel-libs/*.so.0 && +strip B/usr/lib/ksquirrel-libs/* && +strip B/usr/lib/* +strip B/usr/bin/* +dpkg-deb -b B ksquirrel-libs_${vers}_i386.deb && +rm -rf B/usr \ No newline at end of file -- cgit v1.2.1