Subversion Repositories wimsdev

Rev

Rev 104 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 472
Line 14... Line 14...
14
 
14
 
15
configure: configure-stamp
15
configure: configure-stamp
16
configure-stamp:
16
configure-stamp:
17
	dh_testdir
17
	dh_testdir
18
	# Add here commands to configure the package.
18
	# Add here commands to configure the package.
-
 
19
	version=$$(basename $$(pwd)| sed 's/chemeq-//'); \
-
 
20
	sed "s/VERSION.*/VERSION \"$${version}\"/" src/chemeq.h > src/chemeq.h.tmp && \
-
 
21
	mv src/chemeq.h.tmp src/chemeq.h
19
 
22
 
20
	touch configure-stamp
23
	touch configure-stamp
21
 
24
 
22
 
25
 
23
build: build-stamp
26
build: build-stamp