CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
netcat: initial import (verified compilation).
[attic/ports/opt-cross.git] / gtmess / Pkgfile
index 1978b2bb33a354ae2656eebaf0e5ee25acb79df9..1f33014dcf18bf233332abb911d0bc58b9c5896d 100644 (file)
@@ -5,14 +5,14 @@
 # Depends on: ncurses
 
 name=gtmess
-version=0.96beta3
-release=2
+version=0.96
+release=1
 source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
-        gtmess-0.96beta3_valist.patch)
+        ${name}-${version}_valist.patch)
 
 build() {
   cd $name-$version
-  patch -p1 -i $SRC/gtmess-0.96beta3_valist.patch
+  patch -p1 -i $SRC/${name}-${version}_valist.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \