28 lines
730 B
Bash
28 lines
730 B
Bash
# Template file for 'xwallpaper'
|
|
pkgname=xwallpaper
|
|
version=0.3.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
|
|
libXpm-devel pixman-devel xcb-util-image-devel"
|
|
short_desc="Wallpaper setting utility for X"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
homepage="https://github.com/stoeckmann/xwallpaper"
|
|
license="ISC"
|
|
distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"
|
|
checksum=41939faf7b2ef9286e3985fbd6147ce74ec1398c11ec851454adbef5a36e96c5
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*) configure_args+=" --without-seccomp" ;;
|
|
*) ;;
|
|
esac
|
|
|
|
pre_configure() {
|
|
autoreconf -fiv
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|