CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gstreamer: initial import (verified compilation).
[attic/ports/opt-cross.git] / naim / Pkgfile
CommitLineData
59f08969
VM
1# Description: A console AIM, ICQ, IRC, and Lily CMC client.
2# URL: http://naim.n.ml.org/
3# Maintainer: Victor Martinez, pitillo at ono dot com
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: ncurses
6
7name=naim
8version=0.11.8.3.2
9release=2
10source=(http://naim.googlecode.com/files/$name-$version.tar.bz2)
11
12build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --disable-nls \
17 --prefix=/usr \
18 --mandir=/usr/man
19 make
20 make DESTDIR=$PKG install
21 rm -rf $PKG/usr/{lib,share}
22}