CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
htop: 0.8.3
[attic/ports/opt-cross.git] / gtmess / Pkgfile
index 6509ca9f64bcd1618003620e4d4dca6011150afe..1978b2bb33a354ae2656eebaf0e5ee25acb79df9 100644 (file)
@@ -1,19 +1,20 @@
 # Description: console MSN Messenger. 
 # URL: http://gtmess.sourceforge.net/
 # Maintainer: Victor Martinez, pitillo at ono dot com
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: ncurses
 
 name=gtmess
-version=0.94
-release=1
-source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
+version=0.96beta3
+release=2
+source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
+        gtmess-0.96beta3_valist.patch)
 
 build() {
   cd $name-$version
+  patch -p1 -i $SRC/gtmess-0.96beta3_valist.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --disable-nls \
               --prefix=/usr \
               --mandir=/usr/man
   make