Files
core/system/devel/automake/pspec.xml
T
Ertuğrul Erata 5d0b391958 history reset
2016-03-16 23:04:01 +02:00

52 lines
2.0 KiB
XML

<?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="c279b35ca6c410809dac8ade143b805fb48b7655" type="tarxz">mirrors://gnu/automake/automake-1.15.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="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>