# Description: A console AIM, ICQ, IRC, and Lily CMC client. # URL: http://naim.n.ml.org/ # Maintainer: Victor Martinez, pitillo at ono dot com # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: ncurses name=naim version=0.11.8.3.2 release=2 source=(http://naim.googlecode.com/files/$name-$version.tar.bz2) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ --disable-nls \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install rm -rf $PKG/usr/{lib,share} }