From b308f06a3a3d368c38b0d109b7e6c1c639127148 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 14 Dec 2006 05:23:08 +0000 Subject: * Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html * configure fixes (CFLAGS) * no-strict-aliasing hacks until full C99 compliance * --with-config-file configure option --- etc/makepkg.conf.in | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'etc/makepkg.conf.in') diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 73f8956d..eda822a1 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -55,6 +55,8 @@ KEEPDOCS=0 NOLIBTOOL=0 #-- Don't remove empty directories from package? NOEMPTYDIRS=0 +#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 +INTEGRITY_CHECK=(md5) ######################################################################### @@ -63,22 +65,7 @@ NOEMPTYDIRS=0 # #-- Destination: specify a fixed directory where all packages will be placed #PKGDEST=/home/packages +#-- Source cache: specify a fixed directory where source files will be cached +#SRCDEST=/home/source #-- Packager: name/email of the person or organization building packages #PACKAGER="John Doe " - -######################################################################### -# Functionality Configuration -# Most of this will probably not need to be changed by an end user -######################################################################### -# -#-- Name of the script which makepkg reads -BUILDSCRIPT="PKGBUILD" -#-- Extension of the resultant package -PKGEXT="pkg.tar.gz" -#-- File integrity checks to use. Valid: -# md5, sha1, sha256, sha384, sha512 -INTEGRITY_CHECK=(md5 sha1) -#-- The root to use when building from source -source "/etc/abs/abs.conf" -SRCROOT=$ABSROOT - -- cgit v1.2.3-24-g4f1b