summaryrefslogtreecommitdiff
path: root/community-staging/librep/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/librep/PKGBUILD')
-rw-r--r--community-staging/librep/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community-staging/librep/PKGBUILD b/community-staging/librep/PKGBUILD
deleted file mode 100644
index 2094a204b..000000000
--- a/community-staging/librep/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 59051 2011-11-21 01:50:28Z ebelanger $
-# Maintainer: stefan-husmann@t-online.de
-# Contributor: Juergen Hoetzel <juergen@archlinux.org>
-
-pkgname=librep
-pkgver=0.92.1b
-pkgrel=2
-pkgdesc="A Lisp system for UNIX"
-license=('GPL2')
-arch=('i686' 'x86_64')
-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)
-sha1sums=('f75e1197646bbf1594fc4765802aab0bffe1bb02')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --disable-static \
- --prefix=/usr \
- --libexecdir=/usr/lib/$pkgname \
- --with-readline
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # create some directories or make install fails
-# install -d $pkgdir/usr/{share/aclocal,lib/pkgconfig}
- make DESTDIR="${pkgdir}" install
-}