Massive renaming, pkgfs is now called xbps.

Also known as "xtraeme's build package system".

--HG--
extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
This commit is contained in:
Juan RP
2008-10-13 07:32:05 +02:00
parent b947d143c7
commit cfa18b4416
195 changed files with 377 additions and 393 deletions

4
templates/font-adobe-utopia-100dpi.tmpl Executable file → Normal file
View File

@@ -4,7 +4,7 @@ version=1.0.1
extract_sufx=".tar.bz2"
url=http://xorg.freedesktop.org/releases/individual/font
build_style=gnu_configure
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
short_desc="100dpi Adobe Utopia PCF fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fb6cdba17598655226b9885b47961184de327d10
@@ -15,6 +15,6 @@ long_desc="
This is from the modular Xorg project."
# Build fonts.dir and fonts.scale files after install.
fonts_dir="$PKGFS_MASTERDIR/lib/X11/fonts/100dpi"
fonts_dir="$XBPS_MASTERDIR/lib/X11/fonts/100dpi"
postinstall_helpers="mkfontxx-rebuild.sh"
ignore_files="fonts.scale fonts.dir"