summaryrefslogtreecommitdiffstats
path: root/system-tools-backends/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-28 19:13:40 +0200
committerpiernov <piernov@piernov.org>2011-09-28 19:13:40 +0200
commita0543fdd6436a04021d95a8d8aa379ac62b26843 (patch)
tree36c057469d0d5d4e463c613f325b9ff07e791e3e /system-tools-backends/Pkgfile
parent5b38d65cb356e1bd2eac6b74a052c762c7e1b6b4 (diff)
downloadgnome3-a0543fdd6436a04021d95a8d8aa379ac62b26843.tar.gz
gnome3-a0543fdd6436a04021d95a8d8aa379ac62b26843.tar.bz2
gnome3-a0543fdd6436a04021d95a8d8aa379ac62b26843.tar.xz
gnome3-a0543fdd6436a04021d95a8d8aa379ac62b26843.zip
system-tools-backends dans extra
Diffstat (limited to 'system-tools-backends/Pkgfile')
-rw-r--r--system-tools-backends/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/system-tools-backends/Pkgfile b/system-tools-backends/Pkgfile
deleted file mode 100644
index dba7b34..0000000
--- a/system-tools-backends/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Jeux de scripts multiplatforme pour Linux et autres systems unix
-# URL: http://www.gnome.org
-# Maintainer: NuTyX GNOME team
-# Packager: b at juglas dot name
-# Depends on: p5-xml-parser, dbus-glib, polkit
-# Run on: p5-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
-}
-