diff --git a/grep/build.sh b/grep/build.sh index e1dd2ef..e6ab135 100755 --- a/grep/build.sh +++ b/grep/build.sh @@ -1,22 +1,19 @@ #!/bin/bash -# -# This is a generic build.sh script -# It can be used nearly unmodified with many packages -# +# 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 topdir=grep -version=2.5.3 +version=2.6.3 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 #patch[0]= # Source function library -. ${BUILDPKG_BASE}/scripts/buildpkg.functions +. ${BUILDPKG_SCRIPTS}/buildpkg.functions # Global settings export CPPFLAGS="-I$prefix/include" @@ -44,6 +41,7 @@ reg install install() { generic_install DESTDIR + rmdir ${stagedir}${prefix}/${_libdir} doc NEWS COPYING AUTHORS THANKS } diff --git a/grep/meta/ChangeLog b/grep/meta/ChangeLog new file mode 100644 index 0000000..d11e35a --- /dev/null +++ b/grep/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Sun May 02 2010 Tom G. Christensen - 2.6.3-1 +- Update to 2.6.3