summaryrefslogtreecommitdiffstats
path: root/yum-presto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'yum-presto/Makefile')
-rw-r--r--yum-presto/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/yum-presto/Makefile b/yum-presto/Makefile
new file mode 100644
index 0000000..a335109
--- /dev/null
+++ b/yum-presto/Makefile
@@ -0,0 +1,16 @@
+clean:
+ rm -f *.pyc *.pyo *~
+ cd shared; rm -f *.pyc *.pyo *~
+
+install:
+ mkdir -p $(DESTDIR)/usr/lib/yum-plugins
+ install -m 644 presto.py $(DESTDIR)/usr/lib/yum-plugins
+ mkdir -p $(DESTDIR)/etc/yum/pluginconf.d
+ install -m 644 presto.conf $(DESTDIR)/etc/yum/pluginconf.d
+ mkdir -p $(DESTDIR)/usr/share/presto
+ install -m 644 shared/prestoRepo.py $(DESTDIR)/usr/share/presto
+ install -m 644 shared/prestomdparser.py $(DESTDIR)/usr/share/presto
+ install -m 644 shared/prestoTransaction.py $(DESTDIR)/usr/share/presto
+ install -m 644 shared/prestoLog.py $(DESTDIR)/usr/share/presto
+ install -m 644 shared/prestoDownload.py $(DESTDIR)/usr/share/presto
+ install -m 644 shared/deltarpm.py $(DESTDIR)/usr/share/presto