🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: 'system-tools-backends'
pkgver: '2.10.2'
pkgrel: '4'
pkgdesc: 'Games of scripts multiplatforme for Linux and other systems unix'
url: 'https://www.gnome.org'
arch: x86_64
depends: []
makedepends:
- 'perl-xml-parser'
- 'dbus-glib'
- polkit
source:
- 'https://download.gnome.org/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc
make
make DESTDIR=${PKGDIR} install
package: |
true