summaryrefslogtreecommitdiff
path: root/community/librep/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/librep/PKGBUILD')
-rw-r--r--community/librep/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD
deleted file mode 100644
index 54eb5000d..000000000
--- a/community/librep/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 70025 2012-04-28 09:24:16Z allan $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: stefan-husmann@t-online.de
-# Contributor: Juergen Hoetzel <juergen@archlinux.org>
-
-pkgname=librep
-pkgver=0.92.2
-pkgrel=2
-pkgdesc="Lisp system for Sawfish"
-license=('GPL2')
-arch=('x86_64' 'i686')
-url="http://sawfish.wikia.com/wiki/Librep"
-depends=('gmp' 'gdbm' 'libffi')
-install=$pkgname.install
-options=('!emptydirs' '!libtool')
-source=("http://download.tuxfamily.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('a54422b42a34bc9d659130b83d2315ae3c3cb74ab6c2a6052459011d05f38740')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --disable-static \
- --prefix=/usr \
- --libexecdir="/usr/lib/$pkgname" \
- --with-readline
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: