summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-20 17:49:49 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-20 17:49:49 -0400
commit8a605d4d9f6a191081d2d2e71badfd75a3c0a66a (patch)
tree90cdbb39e31fb81fda71d3eadb96573e0391bee3 /Makefile
parentbe61bc10d8a9af8fc8b671e8ac743b99caaa34f2 (diff)
redo libre/parabolaweb-git into libre/parabolaweb-utils
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100755
index 55115ab..0000000
--- a/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-all:
- makepkg
-
-python_packages=south
-python2_packages=markdown|psycopg2|pyinotify|pytz
-requirements= https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt
-
-requirements_prod.txt: WEB
- rm -f $@
- wget --no-check-certificate $(requirements)
-
-deps-ver.txt: requirements_prod.txt
- sed -r -e 's/.*/\L&/' -e 's/==/=/' \
- -e 's/^(${python_packages})/python-&/' \
- -e 's/^(${python2_packages})/python2-&/' $< >$@
-
-deps-nover.txt: deps-ver.txt
- sed 's/[<>=].*//' $< >$@
-
-clean:
- rm requirements_prod.txt deps-ver.txt deps-nover.txt
-
-WEB: FORCE
-FORCE: PHONY
-PHONY:
-.PHONY: PHONY