mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
20 lines
547 B
Bash
20 lines
547 B
Bash
# $Id: PKGBUILD 31171 2009-03-24 21:09:16Z tpowa $
|
|
# Maintainer: dorphell <dorphell@archlinux.org>
|
|
pkgname=naim
|
|
pkgver=0.11.8.3.2
|
|
pkgrel=1
|
|
pkgdesc="An ncurses AOL Instant Messenger and IRC client."
|
|
arch=(i686 x86_64)
|
|
license=('GPL2')
|
|
url="http://naim.n.ml.org"
|
|
depends=('ncurses')
|
|
source=(http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
|
|
options=(!makeflags)
|
|
|
|
build() {
|
|
cd $startdir/src/$pkgname-$pkgver
|
|
./configure --prefix=/usr
|
|
make || return 1
|
|
make DESTDIR=$startdir/pkg install
|
|
}
|
|
md5sums=('c9622e3f75d56310829f98fa4dae1f78')
|