font-misc-misc: new deps style, set noarch, binpkg works now.

--HG--
extra : convert_revision : 3c1ad86e56a7b5539b225347ded6a6e81bb51988
This commit is contained in:
Juan RP 2009-03-23 17:41:31 +01:00
parent 2b0b805f87
commit 4ff824be48

View File

@ -1,18 +1,22 @@
# Template build file for 'font-misc-misc'. # Template build file for 'font-misc-misc'.
pkgname=font-misc-misc pkgname=font-misc-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
make_cmd="$XBPS_MASTERDIR/bin/gmake"
short_desc="Standard X11 \"fixed\" PCF fonts" short_desc="Standard X11 \"fixed\" PCF fonts"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=be44e00d94afdba48002e259f460d6a39ffbb370 checksum=26a02560ad1f1648e7c36be6daf42910762131d3974422d1b306e6cae13f17db
long_desc=" long_desc="
The standard X11 public domain \"fixed\" font that you can The standard X11 public domain \"fixed\" font that you can
share and enjoy. It is in PCF format." share and enjoy. It is in PCF format."
# 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.*
}