19 lines
548 B
Bash
19 lines
548 B
Bash
# Template file for 'xosview'
|
|
pkgname=xosview
|
|
version=1.18
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libXpm-devel"
|
|
short_desc="A classic system monitoring tool"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.pogo.org.uk/~mark/xosview"
|
|
distfiles="http://www.pogo.org.uk/~mark/xosview/releases/xosview-${version}.tar.gz"
|
|
checksum=833c8a865b6a21d4edf0ed34c78e8586954615e68dab619b079f8691fadb74fa
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) # does not have asm/io.h
|
|
;;
|
|
*) CFLAGS="-DHAVE_ASM_IO_H=1"
|
|
;;
|
|
esac
|