17 lines
451 B
Bash
17 lines
451 B
Bash
# Template build file for 'xrefresh'.
|
|
pkgname=xrefresh
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="X refresher"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=287dfb9bb7e8d780d07e672e3252150850869cb550958ed5f8401f0835cd6353
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|