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")
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libcaca</Name>
|
||||
<Homepage>http://caca.zoy.org/</Homepage>
|
||||
<Homepage>https://github.com/cacalabs/libcaca</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -14,23 +14,27 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library that creates colored ASCII-art graphics</Summary>
|
||||
<Description>libcaca is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals</Description>
|
||||
<Archive sha1sum="ed138f3717648692113145b99a80511178548010" type="targz">https://fossies.org/linux/privat/libcaca-0.99.beta19.tar.gz</Archive>
|
||||
<Archive sha1sum="760a0e7eb504b4d14cb22afdcfdc16dde824adb7" type="tarbz2">https://github.com/cacalabs/libcaca/releases/download/v0.99.beta20/libcaca-0.99.beta20.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>imlib2-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>slang-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>imlib2-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libcaca</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>imlib2</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>slang</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>imlib2</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -45,6 +49,7 @@
|
||||
<Name>libcaca-devel</Name>
|
||||
<Summary>Development files for libcaca</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency release="current">libcaca</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -55,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-01-29</Date>
|
||||
<Version>0.99_beta20</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>0.99_beta19</Version>
|
||||
|
||||
Reference in New Issue
Block a user