diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/remind/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/remind/PKGBUILD')
-rw-r--r-- | community/remind/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
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 -} |