CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gtmess: Fixed patch name.
[attic/ports/opt-cross.git] / gtmess / Pkgfile
index 6509ca9f64bcd1618003620e4d4dca6011150afe..1f33014dcf18bf233332abb911d0bc58b9c5896d 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
+version=0.96
 release=1
-source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
+source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
+        ${name}-${version}_valist.patch)
 
 build() {
   cd $name-$version
+  patch -p1 -i $SRC/${name}-${version}_valist.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --disable-nls \
               --prefix=/usr \
               --mandir=/usr/man
   make