[clamav/f13/master] readded makefile

ensc ensc at fedoraproject.org
Wed Aug 11 08:02:18 UTC 2010


commit b542c16065f56bed25265361a8051f200ccc8c85
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Wed Aug 11 10:02:04 2010 +0200

    readded makefile

 Makefile |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ec42490
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+MAKEFILE_COMMON = $(HOME)/.fedora/common.mk
+-include $(MAKEFILE_COMMON)
+
+# can not use final tarball name here as it will conflict with rules
+# within Makefile.common
+TARBALL_CLEAN =	${NAME}-${VERSION}-norar.tar.xz.tmp
+TARBALL =	${NAME}-${VERSION}.tar.gz
+
+clean-sources:	${TARBALL_CLEAN}
+
+${TARBALL_CLEAN}:	${TARBALL}
+	rm -f $@.tmp
+	zcat $< | tar --delete -f - '*/libclamunrar/*' | xz -c > $@.tmp
+	mv $@.tmp $@


More information about the scm-commits mailing list