mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
main/byobu: upgrade to 5.117, modernize APKBUILD
This commit is contained in:
parent
05b1347bb9
commit
a1006e9da6
@ -1,26 +1,28 @@
|
|||||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=byobu
|
pkgname=byobu
|
||||||
pkgver=5.116
|
pkgver=5.117
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="An enhancement of the GNU Screen"
|
pkgdesc="An enhancement of the GNU Screen"
|
||||||
url="https://launchpad.net/byobu"
|
url="https://launchpad.net/byobu"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL3"
|
license="GPL3"
|
||||||
depends="python2 tmux"
|
depends="python2 tmux"
|
||||||
makedepends=""
|
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="http://launchpad.net/byobu/trunk/$pkgver/+download/byobu_$pkgver.orig.tar.gz"
|
source="http://launchpad.net/byobu/trunk/$pkgver/+download/byobu_$pkgver.orig.tar.gz"
|
||||||
|
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc
|
--sysconfdir=/etc
|
||||||
make || return 1
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
@ -28,4 +30,4 @@ package() {
|
|||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="49a37ad155f32db4cc2d03c9b235b94f1acc63a4496b9d1929b9418f00daf045fa0a571616e2b33977d764724f3b692e56053d490cd26e765aa3e5a9aa00d572 byobu_5.116.orig.tar.gz"
|
sha512sums="5ed36d5cf69979e281e9960b905ccef810422cbb8478fef8a9bf2f74c570c7b1d9208a8652fe78df811c187939d6221cce9b6e2a6edc44cd5abd66479634cbc3 byobu_5.117.orig.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user