first stab at packaging on fedora
[unfold.git] / Makefile
index 7d4cbbc..9d42905 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,24 @@
-### 
-all: 
-       @echo no default target
+### first purpose, build and install from the specfile
+all: build
 
 force:
 
+DESTDIR := /
+datadir := /usr/share
+bindir := /usr/bin
+
+PWD := $(shell pwd)
+
+build:
+       python setup.py build
+
+install: 
+       python setup.py install \
+           --install-purelib=$(DESTDIR)/$(datadir)/myslice \
+           --install-scripts=$(DESTDIR)/$(datadir)/myslice \
+           --install-data=$(DESTDIR)/$(datadir)/myslice
+
+
 #################### compute emacs tags
 # list files under git but exclude third-party stuff like bootstrap and jquery
 myfiles: force