1
0
forked from ports/contrib

minicom: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 15:05:15 +02:00
parent 3d46de8844
commit da19be5998
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 35 deletions

View File

@ -1,13 +0,0 @@
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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32DLxZ9N0+xMFqffPNYZ+b7d4zQbHiLBT4VCY2npUWlzNMqceAaLMAi54FQvWOSeKsfVXNPAsc2ZrPvEPGMKEwU=
SHA256 (Pkgfile) = 7ac6668c198fb32a82b98a91938b56f30aedea0e4095b9ca48228072f0652b96
SHA256 (.footprint) = 4628fd8fdf2a86a3733424f1ce5ddf1629b782d4784fec09c76eaeb6e80d900a
SHA256 (minicom_2.8.orig.tar.bz2) = 38cea30913a20349326ff3f1763ee1512b7b41601c24f065f365e18e9db0beba

View File

@ -1,17 +0,0 @@
# Description: A menu driven communications program
# URL: https://salsa.debian.org/minicom-team/minicom
# Maintainer: Tim Biermann, tbier at posteo dot de
name=minicom
version=2.8
release=1
source=(http://deb.debian.org/debian/pool/main/m/minicom/minicom_2.8.orig.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}