summaryrefslogtreecommitdiff
path: root/community/gtweakui/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gtweakui/PKGBUILD')
-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
-}