Files
core/system/base/file/pspec.xml
T
2015-05-31 21:15:55 +03:00

54 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>file</Name>
<Homepage>http://www.darwinsys.com/file/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>app:console</IsA>
<Summary>Program to identify a file's format by scanning binary data for patterns</Summary>
<Description>Program to identify a file's format by scanning binary data for patterns.</Description>
<Archive sha1sum="20fa06592291555f2b478ea2fb70b53e9e8d1f7c" type="targz">ftp://ftp.astron.com/pub/file/file-5.22.tar.gz</Archive>
<!-- An update to this package can easily break pisi, pay attention! -->
<BuildDependencies>
<Dependency>zlib</Dependency>
<!-- remove python dependencies while bootstrap -->
<Dependency>python-devel</Dependency>
</BuildDependencies>
<!--<Patches>
<Patch level="1">git_fixes.patch</Patch>
</Patches>-->
</Source>
<Package>
<Name>file</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/misc</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-04-02</Date>
<Version>5.22</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>