minicom-2.9

This commit is contained in:
uglyside
2025-02-07 00:03:04 +03:00
parent e280773c1e
commit 264f1337b6
3 changed files with 19 additions and 41 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure("--prefix=/usr")
def build():
autotools.make()
@@ -18,4 +18,4 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.insinto("/etc", "doc/minirc.dfl")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING")
@@ -1,24 +0,0 @@
--- minicom-2.6.2.orig/src/dial.c
+++ minicom-2.6.2/src/dial.c
@@ -39,11 +39,9 @@
#include "intl.h"
#ifdef VC_MUSIC
-# if defined(__GLIBC__)
# include <sys/ioctl.h>
# include <sys/kd.h>
# include <sys/time.h>
-# endif
#endif
enum { CURRENT_VERSION = 6 };
--- minicom-2.6.2.orig/src/getsdir.h
+++ minicom-2.6.2/src/getsdir.h
@@ -22,6 +22,7 @@
* and licensing conditions. See the source, Luke.
*/
+#include <sys/param.h>
#include <dirent.h>
typedef struct dirEntry { /* structure of data item */
+15 -13
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>minicom</Name>
@@ -8,18 +8,16 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>A serial communication program</Summary>
<Description>Seri iletişim programı</Description>
<Archive sha1sum="da8006fd6b0869d27dddb8a254756346dab622bc" type="targz">https://salsa.debian.org/minicom-team/minicom/-/archive/2.8/minicom-2.8.tar.gz</Archive>
<Summary>A serial communication program.</Summary>
<Description>Minicom is used to talk to external RS-232 devices such as mobile phones, routers, and serial console ports.</Description>
<Archive sha1sum="c25af7dda22a83671c75a145de288e3e0bb5c1b4" type="tarbz2">https://salsa.debian.org/minicom-team/minicom/-/archive/2.9/minicom-2.9.tar.bz2</Archive>
<BuildDependencies>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
<Patches>
<!--
<Patch>fix-includes.patch</Patch>
-->
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
@@ -29,16 +27,20 @@
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-02-06</Date>
<Version>2.9</Version>
<Comment>Version bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2021-08-09</Date>
<Version>2.8</Version>