[xmlrpc-c/f12/master] Makefile: initial checkin

ensc ensc at fedoraproject.org
Sun Aug 15 22:13:36 UTC 2010


commit 915f927e8e05c0390758cc1645f8ef75435c182f
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Tue Aug 3 09:59:23 2010 +0200

    Makefile: initial checkin

 Makefile |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7c81a4d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+MAKEFILE_COMMON = $(HOME)/.fedora/common.mk
+-include $(MAKEFILE_COMMON)
+
+all:
+
+svn-sources:
+	cd $(DESTDIR) . && svn export https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced@${SVN_REV} xmlrpc-c-${SVN_VER}
+	cd $(DESTDIR) . && tar cJf xmlrpc-c-${SVN_VER}.tar.xz xmlrpc-c-${SVN_VER} --owner root --group root --mode=go-w,a+rX


More information about the scm-commits mailing list