minicom: adopted
This commit is contained in:
parent
b8420a6dac
commit
57bf01f5ab
12
minicom/.footprint
Normal file
12
minicom/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
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/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ascii-xfr.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/minicom.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/runscript.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/xminicom.1.gz
|
1
minicom/.md5sum
Normal file
1
minicom/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1c8f3b247c38fb16c3c2170df9fc102a minicom-2.1.tar.gz
|
17
minicom/Pkgfile
Normal file
17
minicom/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: A menu driven communications program
|
||||
# URL: http://alioth.debian.org/projects/minicom/
|
||||
# Maintainer: Simone Rota, sip at varlock dot com
|
||||
# Packager: sten, nick dot steeves at shaw dot ca
|
||||
# Depends on:
|
||||
|
||||
name=minicom
|
||||
version=2.1
|
||||
release=1
|
||||
source=(http://alioth.debian.org/download.php/123/minicom-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user