Mon, 23 Feb 2009 18:09:09 +0100
Import custom package specs to build for undistributed platforms.
michael@2 | 1 | #!/usr/bin/make -f |
michael@2 | 2 | |
michael@2 | 3 | export QTDIR=/usr/share/qt3 |
michael@2 | 4 | |
michael@2 | 5 | URL = http://www.xs4all.nl/~mfnboer/twinkle/download/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz |
michael@2 | 6 | FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz |
michael@2 | 7 | |
michael@2 | 8 | include /usr/share/cdbs/1/class/autotools.mk |
michael@2 | 9 | include /usr/share/cdbs/1/rules/debhelper.mk |
michael@2 | 10 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
michael@2 | 11 | |
michael@2 | 12 | DEB_CONFIGURE_EXTRA_FLAGS := --without-ilbc |
michael@2 | 13 | |
michael@2 | 14 | DEB_INSTALL_MANPAGES_twinkle = debian/twinkle.1 |
michael@2 | 15 | |
michael@2 | 16 | install/twinkle:: |
michael@2 | 17 | cp twinkle.desktop $(CURDIR)/debian/twinkle/usr/share/applications |
michael@2 | 18 | cp sip.protocol $(CURDIR)/debian/twinkle/usr/share/services |
michael@2 | 19 | |
michael@2 | 20 | get-orig-source: |
michael@2 | 21 | @@dh_testdir |
michael@2 | 22 | @@[ -d ../tarballs/. ]||mkdir -p ../tarballs |
michael@2 | 23 | @@echo Downloading $(FILENAME) from $(URL) ... |
michael@2 | 24 | @@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL) |
michael@2 | 25 | |
michael@2 | 26 | help2man: |
michael@2 | 27 | help2man twinkle -N -n 'Voice over Internet Protocol (VoIP) SIP Phone' -o debian/twinkle.1 |