21 lines
704 B
Bash
21 lines
704 B
Bash
# Template file for 'xnots'
|
|
pkgname=xnots
|
|
version=0.2.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="CCOPT=\$CFLAGS"
|
|
make_install_args="prefix=/usr"
|
|
hostmakedepends="perl pkg-config"
|
|
makedepends="libX11-devel libXrandr-devel pango-devel"
|
|
short_desc="Desktop sticky notes application for Unix geeks"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-2"
|
|
homepage="http://xnots.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=80bbab0334880f79aa12cf17ebffc5730a85dc537e8e6208169720656ecd72ca
|
|
make_use_env=yes
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64*) broken="inotify-syscalls.h incomplete";;
|
|
esac
|