libzrtpcpp/rules

Mon, 23 Feb 2009 18:09:18 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 23 Feb 2009 18:09:18 +0100
changeset 3
afeba86077f1
permissions
-rwxr-xr-x

Import custom package specs to build for undistributed platforms.

michael@3 1 #!/usr/bin/make -f
michael@3 2
michael@3 3 FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
michael@3 4 URL = http://www.gnutelephony.org/dist/tarballs/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz
michael@3 5
michael@3 6 include /usr/share/cdbs/1/rules/debhelper.mk
michael@3 7 include /usr/share/cdbs/1/class/autotools.mk
michael@3 8 include /usr/share/cdbs/1/rules/simple-patchsys.mk
michael@3 9
michael@3 10 DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
michael@3 11 DEB_INSTALL_CHANGELOGS_ALL := NEWS
michael@3 12
michael@3 13 get-orig-source:
michael@3 14 @@dh_testdir
michael@3 15 @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
michael@3 16 @@echo Downloading $(FILENAME) from $(URL) ...
michael@3 17 @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
michael@3 18

mercurial