lftp: initial import
This commit is contained in:
parent
31460bf53a
commit
240ad58748
15
lftp/.footprint
Normal file
15
lftp/.footprint
Normal file
@ -0,0 +1,15 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/lftp
|
||||
-rwxr-xr-x root/root usr/bin/lftpget
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
-rw-r--r-- root/root usr/etc/lftp.conf
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/lftp.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/lftp/
|
||||
-rwxr-xr-x root/root usr/share/lftp/convert-netscape-cookies
|
||||
-rwxr-xr-x root/root usr/share/lftp/import-ncftp
|
||||
-rwxr-xr-x root/root usr/share/lftp/import-netscape
|
||||
-rwxr-xr-x root/root usr/share/lftp/verify-file
|
1
lftp/.md5sum
Normal file
1
lftp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b37c36c8b2bc58cd3020324cd2df1348 lftp-3.3.4.tar.bz2
|
27
lftp/Pkgfile
Normal file
27
lftp/Pkgfile
Normal file
@ -0,0 +1,27 @@
|
||||
# Description: Sophisticated command line based FTP client
|
||||
# URL: http://lftp.yar.ru/
|
||||
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
|
||||
# Depends on: openssl
|
||||
|
||||
name=lftp
|
||||
version=3.3.4
|
||||
release=1
|
||||
source=(http://ftp.yars.free.net/$name/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls --with-openssl=/usr
|
||||
|
||||
make -C src confpaths.h
|
||||
|
||||
echo "#undef SYSCONFDIR" >> src/confpaths.h
|
||||
echo "#define SYSCONFDIR \"/usr/etc\"" >> src/confpaths.h
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
mkdir $PKG/usr/etc
|
||||
mv $PKG/etc/lftp.conf $PKG/usr/etc
|
||||
rmdir $PKG/etc
|
||||
rm -r $PKG/usr/lib
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user