123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>automake</Name>
- <Homepage>http://www.gnu.org/software/automake/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <IsA>app:console</IsA>
- <Summary>A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards</Summary>
- <Description>Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.</Description>
- <Archive sha1sum="45632d466c16ecf18d9c18dc4be883cde59acb59" type="tarxz">mirrors://gnu/automake/automake-1.15.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>autoconf</Dependency>
- <Dependency>gnuconfig</Dependency>
- <Dependency>patch</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>automake</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>autoconf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/automake-*</Path>
- <Path fileType="data">/usr/share/aclocal-*</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-12-06</Date>
- <Version>1.15.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>1.15</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.15</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>1.15</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|