diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-20 17:49:49 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-20 17:49:49 -0400 |
commit | f7f89bc6ad82ad0ce83a0bf35edcc05957dfbc63 (patch) | |
tree | b21a5bbfeeaf27effe276bfe53e0deb731af07b7 /libre/parabolaweb-git/Makefile | |
parent | 358e6bb02ffb3b79168f87b9905584ee1a1969c0 (diff) | |
download | abslibre-f7f89bc6ad82ad0ce83a0bf35edcc05957dfbc63.tar.gz abslibre-f7f89bc6ad82ad0ce83a0bf35edcc05957dfbc63.tar.bz2 abslibre-f7f89bc6ad82ad0ce83a0bf35edcc05957dfbc63.zip |
redo libre/parabolaweb-git into libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-git/Makefile')
-rwxr-xr-x | libre/parabolaweb-git/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/parabolaweb-git/Makefile b/libre/parabolaweb-git/Makefile deleted file mode 100755 index 55115aba3..000000000 --- a/libre/parabolaweb-git/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 |