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

24
templates/example.tmpl Executable file → Normal file
View File

@@ -1,7 +1,7 @@
# Example template build file for pkgs.
# Example template build file for xbps.
#
# Use this file to create new templates, as it contains all variables
# that can currently be used with pkgfs.
# that can currently be used with xbps.
# Name of the package, sometimes you need a different name than
# the one used in the source distribution file so in that case use
@@ -50,7 +50,7 @@
# Make command to be used while building, it needs a full path.
# Uncomment the following line to use GNU make.
#make_cmd="$PKGFS_MASTERDIR/bin/gmake"
#make_cmd="$XBPS_MASTERDIR/bin/gmake"
# List of pkg-config files to be transformed once the package has
# been installed.
@@ -75,23 +75,7 @@
# Third line... blah blah blah..........................................
# Nth line... blah blah ..............................................."
# Use the following vars to execute arbitrary stuff at some stage
# while installing a package.
#
# There are three stages: configure, build and install; and
# also two states when this are run: before or after.
#
# Please take a look at templates/perl-run-stuff-{before,after}.sh files
# to know what to do with them.
#
#run_stuff_before="configure build install"
#run_stuff_before_configure_file="example-before-configure.sh"
#run_stuff_before_build_file="example-before-build.sh"
#run_stuff_before_install_file="example-before-install.sh"
#run_stuff_after="install"
#run_stuff_after_install_file="example-after-install.sh"
# Run helpers after the package has been installed and stowned.
# Helpers are located at PKGFS_DISTRIBUTIONDIR/helper-templates.
# Helpers are located at XBPS_DISTRIBUTIONDIR/helper-templates.
#
#postinstall_helpers="blah.sh"