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.

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

mercurial