Update to 2.6.3

This commit is contained in:
Tom G. Christensen 2010-05-03 16:03:08 +00:00 committed by Tom G. Christensen
parent f74864a6a5
commit 921b3e8145
2 changed files with 10 additions and 8 deletions

View File

@ -1,22 +1,19 @@
#!/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
topdir=grep topdir=grep
version=2.5.3 version=2.6.3
pkgver=1 pkgver=1
source[0]=$topdir-$version.tar.bz2 source[0]=ftp://ftp.sunet.se/pub/gnu/grep/$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
# Source function library # Source function library
. ${BUILDPKG_BASE}/scripts/buildpkg.functions . ${BUILDPKG_SCRIPTS}/buildpkg.functions
# Global settings # Global settings
export CPPFLAGS="-I$prefix/include" export CPPFLAGS="-I$prefix/include"
@ -44,6 +41,7 @@ reg install
install() install()
{ {
generic_install DESTDIR generic_install DESTDIR
rmdir ${stagedir}${prefix}/${_libdir}
doc NEWS COPYING AUTHORS THANKS doc NEWS COPYING AUTHORS THANKS
} }

4
grep/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Sun May 02 2010 Tom G. Christensen <swpkg@jupiterrise.com> - 2.6.3-1
- Update to 2.6.3