Files
main/programming/misc/guile2.0/pspec.xml
T
2023-10-17 10:32:24 +03:00

96 lines
3.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>guile2.0</Name>
<Homepage>https://www.gnu.org/software/guile/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.misc</PartOf>
<License>GPL</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>GNU Scheme interpreter and library</Summary>
<Description>GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs.</Description>
<Archive sha1sum="88cac56a7c017aae29a581772146057a9cd283f9" type="tarxz">https://ftp.gnu.org/pub/gnu/guile/guile-2.0.14.tar.xz</Archive>
<BuildDependencies>
<Dependency>gc-devel</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency>libffi-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>libunistring-devel</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>guile2.0</Name>
<Summary>GNU Scheme interpreter and library</Summary>
<RuntimeDependencies>
<Dependency>gc</Dependency>
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/guile</Path>
<Path fileType="library">/usr/lib/guile/2.0</Path>
<Path fileType="library">/usr/lib/libguile-2.0*</Path>
<Path fileType="library">/usr/lib/libguilereadline-v-18*</Path>
<!--
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share/emacs</Path>
<Path fileType="data">/usr/share/gdb/auto-load</Path>
-->
</Files>
</Package>
<Package>
<Name>guile2.0-devel</Name>
<Summary>Development files for guile2.0</Summary>
<RuntimeDependencies>
<Dependency>gc-devel</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency release="current">guile2.0</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<!--
<Path fileType="executable">/usr/bin/guile-snarf</Path>
<Path fileType="executable">/usr/bin/guile-config</Path>
-->
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-10-17</Date>
<Version>2.0.14</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-12-09</Date>
<Version>2.0.14</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-09-07</Date>
<Version>2.0.14</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>