Files
main/editor/nano/pspec.xml
T
Ertuğrul Erata e2b0e4e109 nano moved here.
2015-07-13 15:49:06 +03:00

78 lines
3.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>nano</Name>
<Homepage>http://www.nano-editor.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>GNU GPL'd Pico clone with more functionality</Summary>
<Description>Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number".</Description>
<Archive sha1sum="7ee64425238abb89b7db9721b9ee09ec262f6bb2" type="targz">http://www.nano-editor.org/dist/v2.3/nano-2.3.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>ncurses-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>slang</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">fedora/nano-2.3.0-warnings.patch</Patch>
<Patch level="1">fedora/0001-check-stat-s-result-and-avoid-calling-stat-on-a-NULL.patch</Patch>
<Patch level="1">fedora/0002-use-futimens-if-available-instead-of-utime.patch</Patch>
<Patch level="1">0001-nanorc-default-settings-changes.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>nano</Name>
<RuntimeDependencies>
<Dependency>ncurses</Dependency>
<Dependency>file</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc/nano</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="data">/usr/share/nano</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/bin</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2014-07-11</Date>
<Version>2.3.5</Version>
<Comment>Version bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-11</Date>
<Version>2.3.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-26</Date>
<Version>2.3.1</Version>
<Comment>Fix dep, release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-06-27</Date>
<Version>2.3.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>