makepkg: Add note with some required programs for execution

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-07-15 22:31:29 -04:00
parent 591bfabbd3
commit 1d97da9450
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
# USA.
#
# makepkg uses quite a few external programs during its execution. You
# need to have at least the following installed for makepkg to function:
# awk, bsdtar (libarchive), bzip2, coreutils, fakeroot, find (findutils),
# getopt (util-linux), gettext, grep, gzip, sed
# gettext initialization
export TEXTDOMAIN='pacman'
export TEXTDOMAINDIR='@localedir@'