less: update to 451

This commit is contained in:
Tom G. Christensen 2013-11-20 21:23:30 +01:00
parent 422d0610ad
commit a2ee0102e5
3 changed files with 8 additions and 29 deletions

View File

@ -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

4
less/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Wed Nov 20 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 451-1
- Update to 451

View File

@ -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
--------------------