summaryrefslogtreecommitdiff
path: root/community/gtweakui
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
commite1b3d592f43a99f4ed7c91971deda6ce8414dd69 (patch)
tree38fecdc19b201d4d28df13c22e9b3b45bb469e4b /community/gtweakui
parentd286d980d2ff42151e9bc81ec348c864c24f9cc4 (diff)
Mon Oct 17 14:16:38 UTC 2011
Diffstat (limited to 'community/gtweakui')
-rw-r--r--community/gtweakui/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/gtweakui/PKGBUILD b/community/gtweakui/PKGBUILD
deleted file mode 100644
index 74c8e55a4..000000000
--- a/community/gtweakui/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Kritoke <kritoke@nospam.gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=gtweakui
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A collection of front ends to various gconf configurations."
-arch=('i686' 'x86_64')
-url="http://gtweakui.sourceforge.net/"
-license=('GPL')
-depends=('libgnomeui')
-makedepends=('perlxml')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/gTweakUI-${pkgver}.tar.bz2)
-md5sums=('9d4725ccf4a83da3f46106c3d0be6cc8')
-
-build() {
- cd ${srcdir}/gTweakUI-${pkgver}
- ./configure --prefix=/usr
- make || return 1
-}
-
-package() {
- cd ${srcdir}/gTweakUI-${pkgver}
- make DESTDIR=${pkgdir} install
-}