mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
parent
95eed693b4
commit
0ade7ef4c0
1 changed files with 8 additions and 2 deletions
|
@ -1,13 +1,19 @@
|
||||||
# Template file for 'picocom'
|
# Template file for 'picocom'
|
||||||
pkgname=picocom
|
pkgname=picocom
|
||||||
version=2.2
|
version=3.1
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Minimal dumb-terminal emulation program like minicom"
|
short_desc="Minimal dumb-terminal emulation program like minicom"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/npat-efault/picocom"
|
homepage="https://github.com/npat-efault/picocom"
|
||||||
distfiles="https://github.com/npat-efault/picocom/archive/${version}.tar.gz"
|
distfiles="https://github.com/npat-efault/picocom/archive/${version}.tar.gz"
|
||||||
checksum=3e3904158d675541f0fcfdcd1f671b38445338f536080f5de8d6674b5f33d4ce
|
checksum=e6761ca932ffc6d09bd6b11ff018bdaf70b287ce518b3282d29e0270e88420bb
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
CFLAGS+=" -DNO_CUSTOM_BAUD"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue