19 lines
540 B
Bash
19 lines
540 B
Bash
# Template build file for 'xcursor-themes'.
|
|
pkgname=xcursor-themes
|
|
version=1.0.5
|
|
revision=1
|
|
noarch="yes"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config xcursorgen xorg-util-macros"
|
|
makedepends="libXcursor-devel libXrender-devel"
|
|
short_desc="X.org Cursor themes"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
distfiles="${XORG_SITE}/data/${pkgname}-${version}.tar.bz2"
|
|
checksum=ae8381d39096598f7fe93fbd3ab079d93347a989f29e017f399ffcd20c8e1272
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|