mesa buildep is fini, ( not LLVM )

checkelf problem, deps was fixed
This commit is contained in:
Ertuğrul Erata
2015-06-28 12:10:19 +03:00
parent 0465ef21ba
commit 6240da8808
33 changed files with 1482 additions and 2 deletions
@@ -0,0 +1,17 @@
#!/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()