updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / adresownik / PKGBUILD
blob9757dda5a7149b645464236b6fa7edcb188b0392
2 # Author: Larhard Haranel <larhard@gmail.com>
3 # Maintainer: Artur Wrona <xart14@gmail.com>
6 pkgname=adresownik
7 pkgver=1.0.2
8 pkgrel=1
9 pkgdesc="Console email address book"
10 arch=('i686' 'x86_64')
11 url="http://elgassia.cba.pl/?s=linux&c=progr"
12 license=('GPL')
13 groups=()
14 depends=()
15 optdepends=()
16 provides=('adresownik')
17 source=("http://elgassia.cba.pl/files/adresownik/${pkgname}-${pkgver}.tar.gz")
18 md5sums=('1237b9a36eef0070603942e1fe490b02')
20 build () {
21         cd $srcdir
22         make
25 package () {
26         cd $srcdir
27         make DESTDIR=$pkgdir install