[Pkg-scicomp-commits] framewave/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Tue Apr 8 07:57:46 UTC 2008


SVN commit 2379 by prudhomm:

rule to get the orig tarball


 M  +8 -0      framewave/trunk/debian/rules  


--- framewave/trunk/debian/rules #2378:2379
@@ -60,3 +60,11 @@
 install/libfwbase1:: install-stamp
 
 install/libfwbase1-dev:: install-stamp
+
+orig-tarball:
+	mkdir tmp; \
+	cd tmp; \
+	wget http://downloads.sourceforge.net/framewave/FRAMEWAVE_1.1_SRC_03APR08.tar.gz;\
+	mv FRAMEWAVE_1.1_SRC_03APR08.tar.gz ../framewave_1.1~devbuild.080403.orig.tar.gz; \
+	cd ..; \
+	rmdir tmp



More information about the Pkg-scicomp-commits mailing list