From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- .../applications/kstreamripper/debian/rules | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 ubuntu/lucid_automake/applications/kstreamripper/debian/rules (limited to 'ubuntu/lucid_automake/applications/kstreamripper/debian/rules') diff --git a/ubuntu/lucid_automake/applications/kstreamripper/debian/rules b/ubuntu/lucid_automake/applications/kstreamripper/debian/rules new file mode 100755 index 000000000..319fe9f4a --- /dev/null +++ b/ubuntu/lucid_automake/applications/kstreamripper/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_INSTALL_MANPAGES_kstreamripper:=debian/kstreamripper.1 + +build/kstreamripper:: + env PATH=/opt/trinity/bin:$(PATH) QTDIR=/usr/share/qt3 CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde DESTDIR=$(DEB_DESTDIR)/opt/trinity $(MAKE) + +install/kstreamripper:: + env PATH=/opt/trinity/bin:$(PATH) QTDIR=/usr/share/qt3 CMAKE_LIBRARY_PATH=/opt/trinity/lib CMAKE_INCLUDE_PATH=/opt/trinity/include/kde $(MAKE) install + mkdir -p $(DEB_DESTDIR)/opt/trinity/share/pixmaps/ + mkdir -p $(DEB_DESTDIR)/opt/trinity/share/doc/HTML/ + install -m 644 ./src/hi32-app-kstreamripper.png \ + $(DEB_DESTDIR)/opt/trinity/share/pixmaps/kstreamripper.png + rm -rf $(DEB_DESTDIR)/opt/trinity/share/doc/HTML + rm -rf $(DEB_DESTDIR)/usr + +clean:: + -$(MAKE) clean + rm -f scons_signatures.dblite + rm -f *.pyc admin/*.pyc + rm -rf cache/ -- cgit v1.2.1