ncftp: adopt port; numlockx: adopt and update port
This commit is contained in:
parent
34f25f9914
commit
92eef00347
18
ncftp/.footprint
Normal file
18
ncftp/.footprint
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/ncftp
|
||||||
|
-rwxr-xr-x root/root usr/bin/ncftpbatch
|
||||||
|
-rwxr-xr-x root/root usr/bin/ncftpbookmarks
|
||||||
|
-rwxr-xr-x root/root usr/bin/ncftpget
|
||||||
|
-rwxr-xr-x root/root usr/bin/ncftpls
|
||||||
|
-rwxr-xr-x root/root usr/bin/ncftpput
|
||||||
|
-rwxr-xr-x root/root usr/bin/ncftpspooler
|
||||||
|
drwxr-xr-x root/root usr/etc/
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/man/man1/ncftp.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/ncftpbatch.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/ncftpget.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/ncftpls.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/ncftpput.1.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man1/ncftpspooler.1.gz
|
1
ncftp/.md5sum
Normal file
1
ncftp/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2
|
17
ncftp/Pkgfile
Normal file
17
ncftp/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 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() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--mandir=$PKG/usr/man
|
||||||
|
make
|
||||||
|
make prefix=$PKG/usr install
|
||||||
|
}
|
3
numlockx/.footprint
Normal file
3
numlockx/.footprint
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/numlockx
|
1
numlockx/.md5sum
Normal file
1
numlockx/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
e6956c130f29d0099291281dc99f049b numlockx-1.0.tar.gz
|
18
numlockx/Pkgfile
Normal file
18
numlockx/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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.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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user