mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/screen: install default configuration files
This commit is contained in:
parent
6c489535c6
commit
b280db585d
@ -1,8 +1,8 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer:
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=screen
|
||||
pkgver=4.0.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A window manager that multiplexes a physical terminal"
|
||||
url="http://ftp.gnu.org/gnu/screen/"
|
||||
arch="all"
|
||||
@ -24,10 +24,13 @@ build() {
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
--infodir=/usr/share/info \
|
||||
|| return 1
|
||||
make || return 1
|
||||
make -j1 DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 etc/etcscreenrc "$pkgdir"/etc/screenrc || return 1
|
||||
install -Dm644 etc/screenrc "$pkgdir"/etc/skel/.screenrc || return 1
|
||||
}
|
||||
|
||||
md5sums="8506fd205028a96c741e4037de6e3c42 screen-4.0.3.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user