18 lines
523 B
Bash
18 lines
523 B
Bash
# Template file for 'xcursorgen'
|
|
pkgname=xcursorgen
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXcursor-devel libXrender-devel libXfixes-devel libpng-devel"
|
|
short_desc="X cursor generator"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|