From 01e4bc8c4cb1b321473fe8d17ea11a3cfcd2a365 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:48:54 -0500 Subject: Add preliminary Debian and Ubuntu packaging files for tdeio-ftps --- .../maverick/applications/tdeio-ftps/debian/rules | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 ubuntu/maverick/applications/tdeio-ftps/debian/rules (limited to 'ubuntu/maverick/applications/tdeio-ftps/debian/rules') diff --git a/ubuntu/maverick/applications/tdeio-ftps/debian/rules b/ubuntu/maverick/applications/tdeio-ftps/debian/rules new file mode 100755 index 000000000..9c0411fc5 --- /dev/null +++ b/ubuntu/maverick/applications/tdeio-ftps/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +cdbs_kde_enable_debug = --disable-debug + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/kde.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --libdir=/usr/lib/kde3 + +build-stamp: + dh_testdir + + /usr/bin/libtoolize -f + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + cp -f /usr/share/misc/config.guess admin/config.guess + cp -f /usr/share/misc/config.sub admin/config.sub + + $(MAKE) -f admin/Makefile.common + + QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final + $(MAKE) + touch build-stamp -- cgit v1.2.1