r867 - attic crux-2.2/ports/opt crux-2.2/ports/opt/ncftp crux-2.2/ports/opt/numlockx
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: sten Date: 2006-03-03 11:35:42 +0100 (Fri, 03 Mar 2006) New Revision: 867 Added: crux-2.2/ports/opt/ncftp/ crux-2.2/ports/opt/numlockx/ Removed: attic/ncftp/ attic/numlockx/ Modified: crux-2.2/ports/opt/ncftp/Pkgfile crux-2.2/ports/opt/numlockx/Pkgfile Log: ncftp: adopt port; numlockx: adopt and update port Copied: crux-2.2/ports/opt/ncftp (from rev 826, attic/ncftp) Modified: crux-2.2/ports/opt/ncftp/Pkgfile =================================================================== --- attic/ncftp/Pkgfile 2006-02-25 01:03:19 UTC (rev 826) +++ crux-2.2/ports/opt/ncftp/Pkgfile 2006-03-03 10:35:42 UTC (rev 867) @@ -1,18 +1,17 @@ -# $Id: Pkgfile,v 1.3 2005/04/14 18:30:54 victord Exp $ -# Description: Powerful textbased ftp client -# URL: http://www.ncftp.com/ -# Packager: Jan Andersson <janneand@yahoo.com> -# Maintainer: Victor <victord@v600.net> -# Depends On: +# Description: a powerful ftp client with a very nice text-based interface +# URL: http://www.ncftp.com +# Maintainer: sten, nick dot steeves at shaw dot ca +# Packager: Jan Andersson, janneand at yahoo dot com name=ncftp version=3.1.9 release=1 source=(ftp://ftp.ncftp.com/$name/$name-$version-src.tar.bz2) -build () { +build() { cd $name-$version - ./configure --prefix=/usr --mandir=$PKG/usr/man + ./configure --prefix=/usr \ + --mandir=$PKG/usr/man make make prefix=$PKG/usr install } Copied: crux-2.2/ports/opt/numlockx (from rev 826, attic/numlockx) Modified: crux-2.2/ports/opt/numlockx/Pkgfile =================================================================== --- attic/numlockx/Pkgfile 2006-02-25 01:03:19 UTC (rev 826) +++ crux-2.2/ports/opt/numlockx/Pkgfile 2006-03-03 10:35:42 UTC (rev 867) @@ -1,18 +1,18 @@ -# Description: Turn on / off X11 numlock -# URL: http://ktown.kde.org/~seli/numlockx/ -# Maintainer: -# Packager: Simone Rota, sip at varlock dot com +# Description: Turn on / off X11 numlock from .xinitrc or .xsession +# URL: http://ktown.kde.org/~seli/numlockx +# Maintainer: sten, nick dot steeves at shaw dot ca +# Packager: # Depends on: x11 name=numlockx -version=1.0 +version=1.1 release=1 source=(http://ktown.kde.org/~seli/$name/$name-$version.tar.gz) build() { - cd $name-$version - ./configure - make - mkdir -p $PKG/usr/bin - install -m 755 $name $PKG/usr/bin + cd $name-$version + ./configure + make + mkdir -p $PKG/usr/bin + install -m 755 $name $PKG/usr/bin }
participants (1)
-
crux@crux.nu