font-cursor-misc: new deps style, set noarch.

--HG--
extra : convert_revision : 0409e150e1f1fbeb7953a26d37f85b913ff9a2ba
This commit is contained in:
Juan RP 2009-03-23 18:55:28 +01:00
parent 06dd607cf5
commit 7f9d3073a5

View file

@ -1,19 +1,24 @@
# Template build file for 'font-cursor-misc'. # Template build file for 'font-cursor-misc'.
pkgname=font-cursor-misc pkgname=font-cursor-misc
version=1.0.0 version=1.0.0
distfiles=" distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="Standard X11 cursors in PCF format" short_desc="Standard X11 cursors in PCF format"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f42933e4ed9194f6a9c7c1f8bfe793ed7b3341be checksum=955de27117581ba501d7c2abae7f38b0a65662e4ab2e2b54b9eb2dc07aa5f3c5
long_desc=" long_desc="
The font-cursor-misc package provides around 75 cursors in the The font-cursor-misc package provides around 75 cursors in the
portable PCF format. These include the X cursor, arrows, clock portable PCF format. These include the X cursor, arrows, clock
cursor, crosshair, fleur cursor, iron cross, sailboat cursor, and cursor, crosshair, fleur cursor, iron cross, sailboat cursor, and
many more." many more."
# Build fonts.dir and fonts.scale files after install. Add_dependency full font-util
fonts_dir="$XBPS_MASTERDIR/lib/X11/fonts/misc"
postinstall_helpers="mkfontxx-rebuild.sh" noarch=yes
ignore_files="fonts.scale fonts.dir" font_dirs="/usr/lib/X11/fonts/misc"
triggers="x11-fonts"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}