Files
main/programming/language/python/python-beaker/actions.py
T
Ertuğrul Erata 6240da8808 mesa buildep is fini, ( not LLVM )
checkelf problem, deps was fixed
2015-06-28 12:10:19 +03:00

18 lines
407 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
WorkDir = "Beaker-%s" % get.srcVERSION()
def install():
pythonmodules.install()