19 lines
548 B
Bash
19 lines
548 B
Bash
# Template file for 'xosview'
|
|
pkgname=xosview
|
|
version=1.19
|
|
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=08b6a9e6c1963c03ba9dcb31981b9e0e93d5d1d9959cadec86be1b09e2b22caf
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) # does not have asm/io.h
|
|
;;
|
|
*) CFLAGS="-DHAVE_ASM_IO_H=1"
|
|
;;
|
|
esac
|