summaryrefslogtreecommitdiff
path: root/community/remind
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/remind
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/remind')
-rw-r--r--community/remind/ChangeLog3
-rw-r--r--community/remind/PKGBUILD29
2 files changed, 0 insertions, 32 deletions
diff --git a/community/remind/ChangeLog b/community/remind/ChangeLog
deleted file mode 100644
index 1feb0f052..000000000
--- a/community/remind/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-06-27 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-* Fixed source url
diff --git a/community/remind/PKGBUILD b/community/remind/PKGBUILD
deleted file mode 100644
index 73cee013d..000000000
--- a/community/remind/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
-# Contributor: Sebastian Sontberg <ssontberg@h3c.de>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=remind
-pkgver=3.01.13
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-depends=('tk' 'tcllib')
-source=("http://www.roaringpenguin.com/files/download/${pkgname}-0${pkgver}.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('9b746d257eccd5961d61c649cf48305c'
- 'SKIP')
-
-build() {
- cd "${pkgname}-0${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-0${pkgver}"
- make DESTDIR="${pkgdir}" install
-}