summaryrefslogtreecommitdiff
path: root/community/wyrd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-05 23:14:55 +0000
committerroot <root@rshg054.dnsready.net>2011-11-05 23:14:55 +0000
commit82fd7f658509afe9737e14e8d1ee9fefe13c9d1f (patch)
tree9c41c06e2e0b0ef270dc8eec367171163497f622 /community/wyrd
parent3026bb55941e3b04b56f5fb41b88941c6c2ce0cd (diff)
Sat Nov 5 23:14:55 UTC 2011
Diffstat (limited to 'community/wyrd')
-rw-r--r--community/wyrd/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/wyrd/PKGBUILD b/community/wyrd/PKGBUILD
index e93adb06e..81973859a 100644
--- a/community/wyrd/PKGBUILD
+++ b/community/wyrd/PKGBUILD
@@ -1,27 +1,27 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Jeff Mickey <jeff@archlinux.org>
-# Maintainer: Daniel J Griffiths <griffithsdj@archlinux.us>
+# Contributor: Daniel J Griffiths <griffithsdj@archlinux.us>
pkgname=wyrd
pkgver=1.4.5
-pkgrel=1
-pkgdesc="A text-based front-end to Remind."
+pkgrel=3
+pkgdesc='A text-based front-end to Remind.'
arch=('i686' 'x86_64')
-url="http://pessimization.com/software/wyrd/"
+url='http://pessimization.com/software/wyrd/'
license=('GPL')
depends=('remind' 'ncurses')
makedepends=('ocaml')
-source=(http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz)
+source=("http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz")
md5sums=('3f39fa83a54d2d890823094aba9ca3cc')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --enable-utf8
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}