From a2ee0102e57c6c1ecc23017351ca294e974aa82d Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Wed, 20 Nov 2013 21:23:30 +0100 Subject: [PATCH] less: update to 451 --- less/build.sh | 6 ++++-- less/meta/ChangeLog | 4 ++++ less/meta/relnotes | 27 --------------------------- 3 files changed, 8 insertions(+), 29 deletions(-) create mode 100644 less/meta/ChangeLog delete mode 100644 less/meta/relnotes diff --git a/less/build.sh b/less/build.sh index c5ae5cb..a74e51c 100755 --- a/less/build.sh +++ b/less/build.sh @@ -6,9 +6,9 @@ ########################################################### # Check the following 4 variables before running the script topdir=less -version=418 +version=451 pkgver=1 -source[0]=$topdir-$version.tar.gz +source[0]=http://www.greenwoodsoftware.com/less/$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= @@ -16,6 +16,8 @@ source[0]=$topdir-$version.tar.gz . ${BUILDPKG_SCRIPTS}/buildpkg.functions # Global settings +export CPPFLAGS="-I$prefix/include" +export LDFLAGS="-L$prefix/lib -R$prefix/lib" configure_args+=(--with-editor=/bin/vi) reg prep diff --git a/less/meta/ChangeLog b/less/meta/ChangeLog new file mode 100644 index 0000000..4c7db4e --- /dev/null +++ b/less/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Wed Nov 20 2013 Tom G. Christensen - 451-1 +- Update to 451 diff --git a/less/meta/relnotes b/less/meta/relnotes deleted file mode 100644 index bd83629..0000000 --- a/less/meta/relnotes +++ /dev/null @@ -1,27 +0,0 @@ -PACKAGE DETAILS ---------------- -Name: %%PKGNAME%% -Version: %%SOURCE_AND_VER%% -Vendor: %%VENDOR%% -Packager: %%PKGEDBY%% - -Source (sha1sum): -%%SOURCE_SHA1SUM%% - -BUILD DETAILS -------------- -Compiler: -%%COMPILER%% - -Environment: -%%ENVIRONMENT%% - -Configure: -%%CONFIGURE%% - -KNOWN DEPENDENCIES ------------------- -%%DEPENDENCIES%% - -ERRORS/MISCELLANEOUS ---------------------