Update build.sh boilerplate to match the current template

This commit is contained in:
Tom G. Christensen
2011-11-04 20:17:24 +01:00
parent a988ec18ed
commit ade56c0c17
42 changed files with 109 additions and 220 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# This is a buildpkg build.sh script
# build.sh helper functions
. ${BUILDPKG_BASE}/scripts/build.sh.functions
. ${BUILDPKG_SCRIPTS}/build.sh.functions
#
###########################################################
# Check the following 4 variables before running the script
@@ -13,7 +13,7 @@ source[0]=ftp://ftp.gnupg.org/gcrypt/libgpg-error/$topdir-$version.tar.bz2
#patch[0]=
# Source function library
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
# Global settings
export CPPFLAGS="-I$prefix/include"