1 # Maintainer: Dominik Köppl <dominik@devwork.org>
3 # annual - Reminder for annual events
4 # Keeps track of all your anniversaries and hopefully reminds you at the right time.
5 # Copyright (C) 2011 Dominik Köppl
7 # This program is free software: you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by the Free
9 # Software Foundation, either version 3 of the License, or (at your option)
12 # This program is distributed in the hope that it will be useful, but WITHOUT
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 # You should have received a copy of the GNU General Public License along
18 # with this program. If not, see <http://www.gnu.org/licenses/>.
23 pkgdesc='Reminds for annual events like birthdays, holidays, etc.'
24 arch=('i686' 'x86_64')
25 url='http://www.nongnu.org/annual/'
27 depends=('qt>=4.6', 'perl-xml-xpath')
28 source=(http://download.savannah.gnu.org/releases/annual/$pkgname-$pkgver.tar.gz)
29 md5sums=('75ac0e5f5b352e750232bba7bf13b3e2')
30 conflicts=(annual-git)
34 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo .
39 make DESTDIR=$pkgdir install