libcaca-0.99_beta20

This commit is contained in:
uglyside
2025-01-30 17:23:51 +03:00
parent 1d77e4ed29
commit fc37e50610
2 changed files with 21 additions and 16 deletions
+2 -9
View File
@@ -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")