add new package expect

This commit is contained in:
erkanisik1
2022-05-01 13:33:21 +03:00
parent a5c76ba974
commit efa76301e8
7 changed files with 175 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>expect</Name>
<Homepage>https://core.tcl-lang.org/expect/index</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>A tool for automating interactive applications</Summary>
<Description>Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications.</Description>
<Archive sha1sum="a97b2f377c6a799928d6728c2ada55beb7f57d96" type="targz">mirrors://sourceforge/expect/Expect/5.45.4/expect5.45.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>tcl-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">expect-5.44.1.15-ldflags.patch</Patch>
<Patch level="1">expect-5.43.0-fixformatsecurity.patch</Patch>
<Patch level="1">expect-fedora-5.32.2-random.patch</Patch>
<Patch level="1">expect-fedora-5.43.0-log_file.patch</Patch>
</Patches>
</Source>
<Package>
<Name>expect</Name>
<RuntimeDependencies>
<Dependency>tcl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-05-01</Date>
<Version>5.45.4</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>