PKGBUILDs/extra/gnome-nettool/PKGBUILD

28 lines
952 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $Id: PKGBUILD 39783 2009-05-21 12:45:22Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Kritoke <kritoke@nospam.gmail.com>
pkgname=gnome-nettool
pkgver=2.26.2
pkgrel=1
pkgdesc="A Collection of GNOME2 Networking Tools."
arch=(i686 x86_64)
license=('GPL')
depends=('gconf>=2.26.0-3' 'libglade>=2.6.4' 'libgtop>=2.26.0' 'dnsutils' 'netkit-bsd-finger' 'whois')
makedepends=('gnome-doc-utils>=0.16.0' 'pkgconfig' 'intltool')
conflicts=('gnome-network')
replaces=('gnome-netinfo')
groups=('gnome-extra')
url="http://www.gnome.org"
install=gnome-nettool.install
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
md5sums=('fc1a730e25aa09dc1bef613c8ed6ab92')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-scrollkeeper || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}