~alpine/devel

2 2

[alpine-devel] [PATCH] main/htop: upgrade to 1.0.1

Bartłomiej Piotrowski <b@bpiotrowski.pl>
Details
Message ID
<4F7B0F40.8060809@bpiotrowski.pl>
Sender timestamp
1333464896
DKIM signature
missing
Download raw message
---
 main/htop/APKBUILD |   27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD
index d110790..69b1089 100644
--- a/main/htop/APKBUILD
+++ b/main/htop/APKBUILD
@@ -1,22 +1,31 @@
-# Maintainer:Carlo Landmeter
+# Maintainer: Carlo Landmeter
+# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+
 pkgname=htop
-pkgver=0.9
+pkgver=1.0.1
 pkgrel=0
 pkgdesc="An interactive process viewer for Linux"
 url="http://htop.sourceforge.net"
 arch="all"
 license='GPL'
-depends=
 makedepends="ncurses-dev"
-source="http://surfnet.dl.sourceforge.net/sourceforge/htop/$pkgname-$pkgver.tar.gz"
+source="http://downloads.sourceforge.net/htop/$pkgname-$pkgver.tar.gz"
-
 subpackages="$pkgname-doc"

 build() {
-       cd $startdir/src/$pkgname-$pkgver
-       ./configure --prefix=/usr --mandir=/usr/share/man
-       make || return 1
-       make DESTDIR="$pkgdir" install
+    cd "$srcdir/$pkgname-$pkgver"
+
+    ./configure --prefix=/usr --mandir=/usr/share/man \
+                --enable-unicode --enable-openvz \
+                --enable-vserver --enable-cgroup
+
+    make || return 1
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
 }

-md5sums="7c5507f35f363f3f40183a2ba3c561f8  htop-0.9.tar.gz"
+md5sums="d3b80d905a6bff03f13896870787f901  htop-1.0.1.tar.gz"
-- 
1.7.9.5


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Bartłomiej Piotrowski <b@bpiotrowski.pl>
Details
Message ID
<4F7BCF55.6000308@bpiotrowski.pl>
In-Reply-To
<4F7B0F40.8060809@bpiotrowski.pl> (view parent)
Sender timestamp
1333514069
DKIM signature
missing
Download raw message
Similiar thing that with main/gawk patch. You can find the working one
in the attachment.

-- 
Bartłomiej Piotrowski
http://bpiotrowski.pl/
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20120404164640.6ce28652@alpinelinux.org>
In-Reply-To
<4F7BCF55.6000308@bpiotrowski.pl> (view parent)
Sender timestamp
1333550800
DKIM signature
missing
Download raw message
On Wed, 04 Apr 2012 06:34:29 +0200
Bartłomiej Piotrowski <b@bpiotrowski.pl> wrote:

> Similiar thing that with main/gawk patch. You can find the working one
> in the attachment.
> 

Carlo,

Since you are the maintainer for htop, could you please take care of
this?

Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)