This commit is contained in:
ziggi
2017-12-10 20:11:06 +00:00
commit a5cb8fbf18
100 changed files with 95135 additions and 0 deletions
Vendored Executable
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/make -f
%:
# dh $@ --with autoreconf
dh $@
# ./configure --prefix=/usr --with-confdir=/etc/recvi
# dh_build
# dh_install
# dh_auto_clean
override_dh_auto_configure:
./configure --prefix=/usr
#EOF