Package: fastdnaml / 1.2.2-14

Makefile.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Author: Andreas Tille <tille@debian.org>
Forwarded: No
 fastDNAml is not maintained upstream anymore.
Description: we just need a makefile to let cdbs work properly
License: see debian/copyright

--- /dev/null
+++ fastDNAml_1.2.2/Makefile
@@ -0,0 +1,13 @@
+all: fastDNAml
+
+fastDNAml:
+	(cd source; cc ${CFLAGS} fastDNAml.c  -o fastDNAml -lm ${LDFLAGS})
+
+install:
+	install -m0755 source/fastDNAml debian/fastDNAml-util ${DESTDIR}/usr/bin
+	install -m0755 scripts/* ${DESTDIR}/usr/lib/fastdnaml/bin
+
+clean:
+	-(cd source; rm -f *.o fastDNAml)
+	-rm -rf tests
+	-rm -f checkpoint.*