diff --git a/top/build.sh b/top/build.sh index 832964b..b519345 100755 --- a/top/build.sh +++ b/top/build.sh @@ -6,18 +6,15 @@ ########################################################### # Check the following 4 variables before running the script topdir=top -version=3.7 +version=3.8beta1 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 #patch[0]= # Source function library . ${BUILDPKG_SCRIPTS}/buildpkg.functions -# Global settings -[ -n "$(isainfo | grep sparcv9)" ] && v9bin=1 - reg prep prep() { diff --git a/top/meta/ChangeLog b/top/meta/ChangeLog new file mode 100644 index 0000000..4b0059e --- /dev/null +++ b/top/meta/ChangeLog @@ -0,0 +1,4 @@ +CHANGELOG +--------- +* Wed Nov 20 2013 Tom G. Christensen - 3.8beta1-1 +- Update to 3.8beta1 diff --git a/top/meta/pkgdef b/top/meta/pkgdef index 5c7c393..b9e3adc 100644 --- a/top/meta/pkgdef +++ b/top/meta/pkgdef @@ -7,8 +7,6 @@ pkgdesc="Utility that provides a rolling display of top cpu using processes" pkgver="$pkgver" files(-,root,bin) default_docs -if(v9bin)$_bindir/sparcv7/top -if(v9bin)$_bindir/sparcv9/top $_bindir/top $_mandir/man1/top.1 diff --git a/top/meta/relnotes b/top/meta/relnotes deleted file mode 100644 index cbb6904..0000000 --- a/top/meta/relnotes +++ /dev/null @@ -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.