gftp: update to 2.0.19
This commit is contained in:
parent
7a4628c76b
commit
0a5f42ddbe
@ -19,8 +19,13 @@ drwxr-xr-x root/root usr/share/gftp/
|
||||
-rw-r--r-- root/root usr/share/gftp/dotdot.xpm
|
||||
-rw-r--r-- root/root usr/share/gftp/down.xpm
|
||||
-rw-r--r-- root/root usr/share/gftp/exe.xpm
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-16x16.png
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-22x22.png
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-24x24.png
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-32x32.png
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-48x48.png
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-logo.xpm
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-mini-logo.xpm
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp-scalable.svg
|
||||
-rw-r--r-- root/root usr/share/gftp/gftp.xpm
|
||||
-rw-r--r-- root/root usr/share/gftp/gftprc
|
||||
-rw-r--r-- root/root usr/share/gftp/img.xpm
|
||||
|
@ -1 +1 @@
|
||||
4d449f79b225b0831692e9caa39a2028 gftp-2.0.18.tar.gz
|
||||
4c0cab4b35e8666f5892b02125270a21 gftp-2.0.19.tar.gz
|
||||
|
@ -4,14 +4,15 @@
|
||||
# Depends on: gtk, openssl, readline
|
||||
|
||||
name=gftp
|
||||
version=2.0.18
|
||||
version=2.0.19
|
||||
release=1
|
||||
source=(http://gftp.seul.org/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
./configure --prefix=/usr --mandir=/usr/man --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
|
||||
rm $PKG/usr/share/gftp/COPYING
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user