mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/picocom: upgrade to 3.1
This commit is contained in:
parent
566e5709d7
commit
7d5667d575
@ -1,14 +1,14 @@
|
||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=picocom
|
||||
pkgver=3.0
|
||||
pkgver=3.1
|
||||
pkgrel=0
|
||||
pkgdesc="Minimal dumb-terminal emulation program"
|
||||
url="https://github.com/npat-efault/picocom"
|
||||
arch="all"
|
||||
license="GPL-2.0"
|
||||
depends=""
|
||||
makedepends=""
|
||||
makedepends="linux-headers"
|
||||
install=""
|
||||
options="!check" # upstream doesn't have a test suite.
|
||||
subpackages="$pkgname-doc"
|
||||
@ -16,7 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/${pkgname}/archi
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
||||
make CFLAGS="$CFLAGS -DNO_CUSTOM_BAUD" LDFLAGS="$LDFLAGS" \
|
||||
-C "$builddir"
|
||||
}
|
||||
|
||||
@ -33,4 +33,4 @@ package() {
|
||||
done
|
||||
}
|
||||
|
||||
sha512sums="3c22a7638be63cffcc3191479bd442a142e9b3d85815a000fa7ad7e04a4314f07331931d8f240f226ddb02dd15c79cd4fda98fc907629ad34820d481eb690bf0 picocom-3.0.tar.gz"
|
||||
sha512sums="ff1888494ae0e24a151e19ac3abcdbb499e42eb1abcea401a7c6c3b532be3d64ddd81a511641d1ce0119dc5da3d2804ce8eaff262a9d578bfe8e22fdf6e55ad1 picocom-3.1.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user