CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.15 and updated mandir
[crossrootfs.git] / psmisc / Pkgfile
index 17d520f7e9fa38a79ebfa4d1e20a6e178008a0a1..e9500a516fd88cd25b1a67b271c83fa24249cd1a 100644 (file)
@@ -1,13 +1,13 @@
 # Description: Small utilities that use the /proc filesystem
 # URL: http://psmisc.sourceforge.net/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX ARM System Team
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: ncurses
 
 name=psmisc
-version=22.6
+version=22.21
 release=1
-source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
+source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
@@ -23,7 +23,8 @@ EOF
               --disable-nls \
               --mandir=/usr/man \
               --cache-file=config.cache
+  
   make
   make DESTDIR=$PKG install
-  rm -f $PKG/usr/bin/{oldfuser,pstree.x11}
+  rm -f $PKG/usr/bin/pstree.x11
 }