[med-svn] r11081 - trunk/packages/strap-base/trunk/debian
Christoph Gille
christophgil-guest at alioth.debian.org
Tue May 29 22:39:19 UTC 2012
Author: christophgil-guest
Date: 2012-05-29 22:39:18 +0000 (Tue, 29 May 2012)
New Revision: 11081
Modified:
trunk/packages/strap-base/trunk/debian/rules
Log:
Modified: trunk/packages/strap-base/trunk/debian/rules
===================================================================
--- trunk/packages/strap-base/trunk/debian/rules 2012-05-29 22:32:58 UTC (rev 11080)
+++ trunk/packages/strap-base/trunk/debian/rules 2012-05-29 22:39:18 UTC (rev 11081)
@@ -18,6 +18,7 @@
echo dh_installdocs -- do nothing
override_dh_auto_build:
+ [ -f $(ORIG_TAR) ] || wget -N -O $(ORIG_TAR) http://www.bioinformatics.org/strap/debian/strap-base_$(VERSION).orig.tar.gz
cd $(SRC_TMP) && tar -xzf $(ORIG_TAR)
# Native program to manage GUI frames by frame title. It provides always-on-top, iconization, to-front etc.
cd $(SRC_TMP)/src && cc -lm -lX11 -o $(CURDIR)/nativeTools_unix2 nativeTools_unix2.c
More information about the debian-med-commit
mailing list