1 # Maintainer: TryA <tryagainprod {at} gmail.com>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
8 pkgdesc="A library that read information about processes and the running system (32-bit)"
11 depends=('lib32-glib2>=2.24' 'lib32-libxau' 'texinfo')
12 makedepends=('intltool' 'gcc-multilib')
13 source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/2.28/${_pkgbasename}-${pkgver}.tar.bz2)
15 url="http://www.gnome.org/"
16 sha256sums=('49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d')
21 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
23 cd "${srcdir}/${_pkgbasename}-${pkgver}"
24 ./configure --prefix=/usr --sysconfdir=/etc \
25 --localstatedir=/var --disable-static \
26 --with-libgtop-smp --libdir=/usr/lib32
31 cd "${srcdir}/${_pkgbasename}-${pkgver}"
32 make DESTDIR="${pkgdir}" install
33 rm -rf ${pkgdir}/usr/{include,share}