forked from ports/contrib
minicom: initial commit, version 2.8
This commit is contained in:
parent
7efad234dc
commit
682d64907f
15
minicom/.footprint
Normal file
15
minicom/.footprint
Normal file
@ -0,0 +1,15 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/minirc.dfl
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/ascii-xfr
|
||||
-rwxr-xr-x root/root usr/bin/minicom
|
||||
-rwxr-xr-x root/root usr/bin/runscript
|
||||
-rwxr-xr-x root/root usr/bin/xminicom
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/ascii-xfr.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/minicom.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/runscript.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/xminicom.1.gz
|
5
minicom/.signature
Normal file
5
minicom/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF35Y42Xz1jRDgRkgqC7pHzWQA1Mxk+77uds2DsyddTooa7JTdy0+s8zyuBlX2o+twlKIzrJma6sKMAIaId45EtAk=
|
||||
SHA256 (Pkgfile) = 0354a7b00e83316e753fe3cacd6153818549cddd2a97074525a00b7d3b612213
|
||||
SHA256 (.footprint) = 9faf184dc04f5f83ea84713f18b422d73ca274d187a0565226e6f987cef46213
|
||||
SHA256 (minicom-2.8.tar.gz) = 9e8dee8e7e1f6d6115d0e1955da5b801e44b91289f6b3e320842949488d4b22f
|
21
minicom/Pkgfile
Normal file
21
minicom/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: A serial communication program
|
||||
# URL: https://salsa.debian.org/minicom-team/minicom
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=minicom
|
||||
version=2.8
|
||||
release=1
|
||||
source=(https://salsa.debian.org/minicom-team/minicom/-/archive/$version/minicom-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -Dm644 doc/minirc.dfl $PKG/etc/minirc.dfl
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user