You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
509 B
21 lines
509 B
11 years ago
|
#!/usr/bin/make -f
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/kde.mk
|
||
|
|
||
|
DEB_INSTALL_MANPAGES_kshowmail-trinity = debian/kshowmail.1
|
||
|
|
||
|
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
|