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 --- ubuntu/maverick/applications/abakus/debian/rules | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 ubuntu/maverick/applications/abakus/debian/rules (limited to 'ubuntu/maverick/applications/abakus/debian/rules') diff --git a/ubuntu/maverick/applications/abakus/debian/rules b/ubuntu/maverick/applications/abakus/debian/rules new file mode 100755 index 000000000..b434be427 --- /dev/null +++ b/ubuntu/maverick/applications/abakus/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/langcore.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +SCONS = scons --no-cache -Q +DEB_INSTALL_DOCS_ALL = +DEB_COMPRESS_EXCLUDE = .docbook + +debian/abakus.xpm: src/hi64-app-abakus.png + convert -resize 32 $< $@ + +common-build-arch:: build-stamp +build-stamp: debian/abakus.xpm + 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 $(SCONS) configure prefix=/opt/trinity + 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 $(SCONS) + touch build-stamp + +common-install-arch:: + 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 $(SCONS) install + install -D -m 644 debian/abakus.xpm debian/abakus-trinity/opt/trinity/share/pixmaps/abakus.xpm + chrpath -d debian/abakus-trinity/opt/trinity/bin/abakus + dh_icons -pabakus + +clean:: + #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 $(SCONS) --clean + rm -f debian/abakus.xpm + rm -rf cache + rm -rf .sconf_temp + rm -f bksys/generic.pyc + rm -f bksys/abakus.pyc + rm -f bksys/help.pyc + rm -f bksys/kde.pyc + rm -f config.log -- cgit v1.2.1