17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
|
# Template build file for 'xcursorgen'.
|
||
|
pkgname=xcursorgen
|
||
|
version=1.0.3
|
||
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="X cursor generator"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=ed5f3ffe881c21ffca85406e5a5f553ed4985cc5e9acdb535f682c33bebac254
|
||
|
long_desc="
|
||
|
$pkgname creates an X cursor file from a collection of PNG images."
|
||
|
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency full glibc
|
||
|
Add_dependency full libX11
|
||
|
Add_dependency full libXcursor
|
||
|
Add_dependency full libpng
|