diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:48:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:48:54 -0500 |
commit | 01e4bc8c4cb1b321473fe8d17ea11a3cfcd2a365 (patch) | |
tree | 86a5d3e79961508ba54455e863cc567b59197010 /ubuntu/maverick/applications/tdeio-ftps/debian/rules | |
parent | 242566a13716912e6ac9d9d7e600ea08378cd436 (diff) | |
download | tde-packaging-01e4bc8c4cb1b321473fe8d17ea11a3cfcd2a365.tar.gz tde-packaging-01e4bc8c4cb1b321473fe8d17ea11a3cfcd2a365.zip |
Add preliminary Debian and Ubuntu packaging files for tdeio-ftps
Diffstat (limited to 'ubuntu/maverick/applications/tdeio-ftps/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/tdeio-ftps/debian/rules | 22 |
1 files changed, 22 insertions, 0 deletions
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 |