summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fd190857ef1892ba4557046527766b179a4c5513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Juri Grabowski <gratuxri@gmail.com>

pkgname=tina
pkgver=0.1.12
pkgrel=0
pkgdesc="tina is a personal information manager with a curses interface. It allows the user to categorize short text items and to display the items in a particular category."
arch=(any)
url="http://devel.ringlet.net/misc/tina/"
license=(GPL PerlArtistic)
depends=(perl)
options=('!emptydirs')
_author="Peter Pentchev <roam@ringlet.net>"
source=("http://devel.ringlet.net/files/misc/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('c0121de5f9c414b56512408879ba5d35')

build() {
  cd "$srcdir/${pkgname}-${pkgver}"
  ./configure --prefix=/usr
  make
}

package() {
  cd "$srcdir/${pkgname}-${pkgver}"
  make DESTDIR="$pkgdir" install 
}