CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gtmess: Fixed va_list error.
[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
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
35d05da9
VM
5# Depends on: ncurses
6
7name=gtmess
516afcb9 8version=0.96beta3
331fd91a
VM
9release=2
10source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
11 gtmess-0.96beta3_valist.patch)
35d05da9
VM
12
13build() {
14 cd $name-$version
331fd91a 15 patch -p1 -i $SRC/gtmess-0.96beta3_valist.patch
35d05da9
VM
16 ./configure --build=$CHOST \
17 --host=$CTARGET \
35d05da9
VM
18 --prefix=/usr \
19 --mandir=/usr/man
20 make
21 make DESTDIR=$PKG install
22}