Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#2999 - Include header files in procps pkg.

Attached to Project: Arch Linux
Opened by Eric Belanger (Snowman) - Wednesday, 27 July 2005, 03:21 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

The conky (version 1.1) application needs include files (proc/procps.h and proc/readproc.h) which are parts of the procps sources. Could these include files be added to the procps package? Below is a modified PKGBUILD.

Thanks.
Eric

# $Id: PKGBUILD,v 1.37 2005/07/06 05:38:12 judd Exp $
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=procps
pkgver=3.2.5
pkgrel=3
pkgdesc="Utilities for monitoring your system and processes on your system"
url="http://procps.sf.net"
depends=('ncurses')
backup=('etc/sysctl.conf')
source=(http://procps.sourceforge.net/procps-$pkgver.tar.gz sysctl.conf)
md5sums=('cde0e3612d1d7c68f404d46f01c44fb4' '03571b4a24037f8ac283f3d8af02423f')

build() {
cd $startdir/src/$pkgname-$pkgver
make || return 1
make DESTDIR=$startdir/pkg ldconfig=/bin/true install
install -D -m644 ../sysctl.conf $startdir/pkg/etc/sysctl.conf
install -d $startdir/pkg/usr/include/proc
install -m644 proc/*.h $startdir/pkg/usr/include/proc
}
This task depends upon

Closed by  Judd Vinet (judd)
Wednesday, 27 July 2005, 16:23 GMT
Reason for closing:  Implemented
Additional comments about closing:  included in procps 3.2.5-4

Loading...