CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
82e2a476722b6381866b026383ca67fb506aa2d6
[attic/ports/opt-cross.git] / gtmess / Pkgfile
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, devel at crux-arm dot nu
5 # Depends on: ncurses
6
7 name=gtmess
8 version=0.96beta3
9 release=1
10 source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
11
12 build() {
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 }