CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
git: Updated to 1.6.6.1.
[attic/ports/opt-cross.git] / gtmess / Pkgfile
CommitLineData
35d05da9
VM
1# Description: console MSN Messenger.
2# URL: http://gtmess.sourceforge.net/
3# Maintainer: Victor Martinez, pitillo at ono dot com
4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5# Depends on: ncurses
6
7name=gtmess
f6be793a 8version=0.94
35d05da9
VM
9release=1
10source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
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}