Revert "gunceleme python3"

This commit is contained in:
Ertuğrul Erata
2016-05-08 21:10:35 +03:00
parent a131734bde
commit d1ea2f286f
4 changed files with 54 additions and 166 deletions
-25
View File
@@ -1,25 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--enable-shared \
--enable-curl \
--enable-largefile \
--enable-messages")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")