michael@2: #!/usr/bin/make -f michael@2: michael@2: export QTDIR=/usr/share/qt3 michael@2: michael@2: URL = http://www.xs4all.nl/~mfnboer/twinkle/download/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz michael@2: FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz michael@2: michael@2: include /usr/share/cdbs/1/class/autotools.mk michael@2: include /usr/share/cdbs/1/rules/debhelper.mk michael@2: include /usr/share/cdbs/1/rules/simple-patchsys.mk michael@2: michael@2: DEB_CONFIGURE_EXTRA_FLAGS := --without-ilbc michael@2: michael@2: DEB_INSTALL_MANPAGES_twinkle = debian/twinkle.1 michael@2: michael@2: install/twinkle:: michael@2: cp twinkle.desktop $(CURDIR)/debian/twinkle/usr/share/applications michael@2: cp sip.protocol $(CURDIR)/debian/twinkle/usr/share/services michael@2: michael@2: get-orig-source: michael@2: @@dh_testdir michael@2: @@[ -d ../tarballs/. ]||mkdir -p ../tarballs michael@2: @@echo Downloading $(FILENAME) from $(URL) ... michael@2: @@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL) michael@2: michael@2: help2man: michael@2: help2man twinkle -N -n 'Voice over Internet Protocol (VoIP) SIP Phone' -o debian/twinkle.1