updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / annual / PKGBUILD
blob264e1f51a7a24770346fad6588cb62d8b6deeb48
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)
10 # any later version.
11
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
15 # more details.
16
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/>.
20 pkgname=annual
21 pkgver=1.0.2
22 pkgrel=1
23 pkgdesc='Reminds for annual events like birthdays, holidays, etc.'
24 arch=('i686' 'x86_64')
25 url='http://www.nongnu.org/annual/'
26 license=('GPL3')
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)
32 build() {
33         cd "$srcdir/$pkgname"
34         cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo .
35         make 
37 package() {
38         cd "$srcdir/$pkgname"
39         make DESTDIR=$pkgdir install