19 lines
439 B
Plaintext
19 lines
439 B
Plaintext
|
# Description: Games of scripts multiplatforme for Linux and other systems unix
|
||
|
# URL: http://www.gnome.org
|
||
|
# Packager: b at juglas dot name
|
||
|
# Depends on: perl-xml-parser dbus-glib polkit
|
||
|
|
||
|
name=system-tools-backends
|
||
|
version=2.10.2
|
||
|
release=1
|
||
|
|
||
|
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/usr \
|
||
|
--sysconfdir=/etc
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|