19 lines
540 B
Bash
19 lines
540 B
Bash
# Template build file for 'xcursor-themes'.
|
|
pkgname=xcursor-themes
|
|
version=1.0.4
|
|
revision=3
|
|
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=e3fd2c05b9df0d88a3d1192c02143295744685f4f9a03db116e206698331bb86
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|