]> git.ipfire.org Git - pakfire.git/blob - Makeconfig
Merge branch 'master' of ssh://git.ipfire.org/pub/git/oddments/pakfire
[pakfire.git] / Makeconfig
1
2 PACKAGE_NAME = pakfire
3 PACKAGE_VERSION = 0.9.9
4 PACKAGE_AUTHOR = IPFire.org Team
5 PACKAGE_AUTHOR_EMAIL = info@ipfire.org
6 PACKAGE_URL = http://redmine.ipfire.org/projects/buildsystem3
7 PACKAGE_VERSION_FILE = pakfire/__version__.py
8
9 # Get the version and configuration of the python interpreter.
10 PYTHON_VERSION = $(shell python -c "import platform; print '.'.join(platform.python_version_tuple()[:2])")
11 PYTHON_CC = gcc -pthread
12 PYTHON_CFLAGS = $(shell python-config --cflags)
13 PYTHON_DIR = /usr/lib/python$(PYTHON_VERSION)/site-packages
14 PYTHON_MODULES = pakfire pakfire/packages pakfire/repository
15
16 # The place, where all internally used scripts and bins are copied.
17 SCRIPT_DIR = /usr/lib/$(PACKAGE_NAME)
18
19 TOP := $(dir $(lastword $(MAKEFILE_LIST)))
20
21 # A list of all files that contain translations and need to
22 # be indexed.
23 TRANS_FILES = $(addsuffix /*.py,$(addprefix python/,$(PYTHON_MODULES)))
24 TRANS_FILES += python/src/*.c scripts/pakfire-multicall.py