mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 15:47:01 +02:00
22 lines
639 B
Bash
22 lines
639 B
Bash
# Template file for 'xwallpaper'
|
|
pkgname=xwallpaper
|
|
version=0.7.6
|
|
revision=1
|
|
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.org>"
|
|
license="ISC"
|
|
homepage="https://github.com/stoeckmann/xwallpaper"
|
|
distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"
|
|
checksum=380aae8762a296f5e0284eff87ac92babd9c68e3e7612a8208f86b0dea814750
|
|
|
|
pre_configure() {
|
|
autoreconf -fiv
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|