libcaca-0.99_beta20
This commit is contained in:
@@ -2,16 +2,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#autotools.autoreconf("-vfi")
|
||||
#libtools.libtoolize("--force --install")
|
||||
autotools.configure("--disable-doc \
|
||||
--disable-static \
|
||||
--disable-ruby \
|
||||
@@ -35,8 +32,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
# we remove la files but symlinks stay there, so we remove by hand
|
||||
pisitools.remove("/usr/lib/*.la")
|
||||
#pisitools.removeDir("/usr/share/java")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING*", "ChangeLog", "NEWS","NOTES", "README", "THANKS")
|
||||
pisitools.dodoc("AUTHORS", "COPYING*", "THANKS")
|
||||
|
||||
Reference in New Issue
Block a user