🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: libstatgrab
pkgver: '0.92.1'
pkgrel: '2'
pkgdesc: 'Cross platform access to statistics about the system on which it''s run.'
url: 'https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libstatgrab-${pkgver}
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libstatgrab.la
package: |
true