summaryrefslogtreecommitdiff
path: root/community/wyrd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/wyrd
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/wyrd')
-rw-r--r--community/wyrd/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/wyrd/PKGBUILD b/community/wyrd/PKGBUILD
deleted file mode 100644
index b5944718a..000000000
--- a/community/wyrd/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Jeff Mickey <jeff@archlinux.org>
-# Contributor: Daniel J Griffiths <griffithsdj@archlinux.us>
-
-pkgname=wyrd
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='A text-based front-end to Remind.'
-arch=('i686' 'x86_64')
-url='http://pessimization.com/software/wyrd/'
-license=('GPL')
-depends=('remind' 'ncurses')
-makedepends=('ocaml')
-source=("http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz")
-md5sums=('2fc561482fdac4daac0cb6735d934ebe')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr --sysconfdir=/etc --enable-utf8
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}