void-packages/srcpkgs/xsnow/template

30 lines
954 B
Bash

# Template file for 'xsnow'
pkgname=xsnow
version=3.7.5
revision=1
build_style=gnu-configure
build_helper=qemu
hostmakedepends="pkg-config"
makedepends="gsl-devel gtk+3-devel libX11-devel libXext-devel libXpm-devel
libXt-devel"
short_desc="Snow for your X11 sessions"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="https://ratrabbit.nl/ratrabbit/xsnow/index.html"
changelog="https://ratrabbit.nl/ratrabbit/xsnow/changelog/index.html"
distfiles="https://ratrabbit.nl/downloads/xsnow/${pkgname}-${version}.tar.gz"
checksum=c1e086b9237ee2485a6faff09e7cba7a299fabf290238928d37b6d76fe38dda3
pre_build() {
if [ "$CROSS_BUILD" ]; then
vsed -e "s:./xsnow -manpage:/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static &:" -i src/Makefile.am src/Makefile.in
fi
}
do_install() {
vbin src/xsnow
vman src/xsnow.6
vinstall src/Pixmaps/xsnow.svg 644 /usr/share/pixmaps
vinstall data/xsnow.desktop 644 /usr/share/applications
}