top: update to 3.8beta1

This commit is contained in:
Tom G. Christensen 2013-11-20 21:37:28 +01:00
parent f61d74cfbe
commit ea9ff2328f
4 changed files with 6 additions and 37 deletions

View File

@ -6,18 +6,15 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=top topdir=top
version=3.7 version=3.8beta1
pkgver=1 pkgver=1
source[0]=$topdir-$version.tar.bz2 source[0]=http://www.unixtop.org/dist/$topdir-$version.tar.bz2
# 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_SCRIPTS}/buildpkg.functions . ${BUILDPKG_SCRIPTS}/buildpkg.functions
# Global settings
[ -n "$(isainfo | grep sparcv9)" ] && v9bin=1
reg prep reg prep
prep() prep()
{ {

4
top/meta/ChangeLog Normal file
View File

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

View File

@ -7,8 +7,6 @@ pkgdesc="Utility that provides a rolling display of top cpu using processes"
pkgver="$pkgver" pkgver="$pkgver"
files(-,root,bin) files(-,root,bin)
default_docs default_docs
if(v9bin)$_bindir/sparcv7/top
if(v9bin)$_bindir/sparcv9/top
$_bindir/top $_bindir/top
$_mandir/man1/top.1 $_mandir/man1/top.1

View File

@ -1,30 +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
--------------------
For Solaris versions with 64bit kernels available this package contains
binaries for both 32 and 64 bit kernels.
top will automatically select the appropriate binary at runtime.