123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>nettle</Name>
- <Homepage>http://www.gnu.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>The Nettle package contains the low-level cryptographic library</Summary>
- <Description>The Nettle package contains the low-level cryptographic library that is designed to fit easily in many contexts.</Description>
- <Archive sha1sum="8bd7614c5f5a156e2a5caa703402f3b4e87dabd5" type="targz">ftp://ftp.gnu.org/gnu/nettle/nettle-3.10.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gmp-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>nettle</Name>
- <RuntimeDependencies>
- <Dependency>gmp</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/info</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>nettle-devel</Name>
- <Summary>Nettle için geliştirme dosyaları</Summary>
- <RuntimeDependencies>
- <Dependency>gmp-devel</Dependency>
- <Dependency release="current">nettle</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="header">/usr/lib/pkgconfig/nettle.pc</Path>
- <Path fileType="header">/usr/lib/pkgconfig/hogweed.pc</Path>
- <Path fileType="library">/usr/lib32/pkgconfig/nettle.pc</Path>
- <Path fileType="library">/usr/lib32/pkgconfig/hogweed.pc</Path>
- </Files>
- </Package>
- <Package>
- <Name>nettle-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for nettle</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>gmp-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">nettle</Dependency>
- <Dependency>gmp-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/</Path>
- </Files>
- </Package>
- <History>
- <Update release="10">
- <Date>2024-10-05</Date>
- <Version>3.10</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="9">
- <Date>2023-06-02</Date>
- <Version>3.9.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2023-05-06</Date>
- <Version>3.7.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>20201-03-01</Date>
- <Version>3.7.1</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-12-09</Date>
- <Version>3.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-26</Date>
- <Version>3.5.1</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>3.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-30</Date>
- <Version>3.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>3.2</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-09</Date>
- <Version>3.2</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|