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