updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / bion / PKGBUILD
blobd5c18d9c8363c97700bdf085aae912dcab416a40
1 # Maintainer: Lucas SaliĆ©s Brum <lucas@archlinux.com.br>
3 pkgname=bion
4 pkgver=0.1
5 pkgrel=1
6 epoch=
7 pkgdesc="Bion is a classical biorhythm program which uses both a console based and Web based system to display physical, emotional, and intellectual variations based on the user's date of birth."
8 arch=(i686)
9 url="http://freecode.com/projects/bion"
10 license=('GPL')
11 groups=()
12 depends=()
13 makedepends=()
14 checkdepends=()
15 optdepends=()
16 provides=()
17 conflicts=()
18 replaces=()
19 backup=()
20 options=()
21 install=
22 changelog=
23 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
24 noextract=()
25 md5sums=('f6a60602c1be7bbf399f0ef99abd91cc')
27 build() {
28   cd "$srcdir/$pkgname-$pkgver"
29   ./configure --prefix=/usr
30   make
33 check() {
34   cd "$srcdir/$pkgname-$pkgver"
35   make -k check
38 package() {
39   cd "$srcdir/$pkgname-$pkgver"
40   make DESTDIR="$pkgdir/" install
43 # vim:set ts=2 sw=2 et: