]> git.proxmox.com Git - pve-libspice-server.git/blame - debian/rules
upgrade to 0.14.1
[pve-libspice-server.git] / debian / rules
CommitLineData
f47a4a98
DM
1#!/usr/bin/make -f
2
3# Uncomment this to turn on verbose mode.
4#export DH_VERBOSE=1
5
6override_dh_auto_configure:
1636a5de 7 CELT051_CFLAGS="-I$(CURDIR)" CELT051_LIBS="-L$(CURDIR)/celt051/.libs -lcelt051 -lm" ./configure --prefix=/usr --with-sasl --disable-smartcard --enable-celt051
f47a4a98
DM
8
9%:
fb4a48f2 10 dh $@ -with quilt --with autotools-dev
f47a4a98
DM
11
12override_dh_auto_install:
13 $(MAKE) -C celt-0.5.1.3 install DESTDIR=$(CURDIR)/debian/tmp
14 dh_auto_install