Convert to external buildpkg

This commit is contained in:
Tom G. Christensen 2011-11-04 15:57:07 +00:00 committed by Tom G. Christensen
parent c5145ab3b2
commit d9fa371e2f

View File

@ -1,10 +1,7 @@
#!/bin/bash #!/bin/bash
# # This is a buildpkg build.sh script
# This is a generic build.sh script
# It can be used nearly unmodified with many packages
#
# build.sh helper functions # build.sh helper functions
. ${BUILDPKG_BASE}/scripts/build.sh.functions . ${BUILDPKG_SCRIPTS}/build.sh.functions
# #
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
#patch[0]= #patch[0]=
# Source function library # Source function library
. ${BUILDPKG_BASE}/scripts/buildpkg.functions . ${BUILDPKG_SCRIPTS}/buildpkg.functions
# Global settings # Global settings
export LDFLAGS="-L$prefix/lib -R$prefix/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"