b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
19 lines
745 B
Cheetah
19 lines
745 B
Cheetah
# Template build file for 'font-cursor-misc'.
|
|
pkgname=font-cursor-misc
|
|
version=1.0.0
|
|
distfiles="
|
|
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Standard X11 cursors in PCF format"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=f42933e4ed9194f6a9c7c1f8bfe793ed7b3341be
|
|
long_desc="
|
|
The font-cursor-misc package provides around 75 cursors in the
|
|
portable PCF format. These include the X cursor, arrows, clock
|
|
cursor, crosshair, fleur cursor, iron cross, sailboat cursor, and
|
|
many more."
|
|
|
|
# Build fonts.dir and fonts.scale files after install.
|
|
fonts_dir="$XBPS_MASTERDIR/lib/X11/fonts/misc"
|
|
postinstall_helpers="mkfontxx-rebuild.sh"
|
|
ignore_files="fonts.scale fonts.dir"
|