summaryrefslogtreecommitdiff
path: root/community/rep-gtk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rep-gtk/PKGBUILD')
-rw-r--r--community/rep-gtk/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/rep-gtk/PKGBUILD b/community/rep-gtk/PKGBUILD
deleted file mode 100644
index 09b8dafd2..000000000
--- a/community/rep-gtk/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 55391 2011-09-11 18:32:16Z shusmann $
-# Maintainer: stefan-husmann@t-online.de
-# Contributor: Juergen Hoetzel <juergen@archlinux.org>
-
-pkgname=rep-gtk
-pkgver=0.90.7
-pkgrel=1
-pkgdesc="Binding of the GTK and GDK libraries for the librep Lisp environment"
-arch=('i686' 'x86_64')
-url="http://sawfish.wikia.com/wiki/Rep-GTK"
-license=('GPL')
-depends=('librep' 'gtk2')
-source=(http://download.tuxfamily.org/librep/rep-gtk/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('30736e88533e176f88677723f12095be983e1926')
-options=('!libtool')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}