diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-02-21 20:34:31 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-02-21 21:07:46 +1100 |
commit | 3cf6b1110b9e145767884f206c1eb09fa20f12de (patch) | |
tree | 5d267221e5cb17001d0823c257b92086d7c00f3d /gftp/Pkgfile | |
parent | 358bdc8699b7050864408d23958b15408008739d (diff) | |
download | opt-3cf6b1110b9e145767884f206c1eb09fa20f12de.tar.gz opt-3cf6b1110b9e145767884f206c1eb09fa20f12de.tar.xz |
gftp: move man pages
Diffstat (limited to 'gftp/Pkgfile')
-rw-r--r-- | gftp/Pkgfile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gftp/Pkgfile b/gftp/Pkgfile index 3421edcfe..591e34036 100644 --- a/gftp/Pkgfile +++ b/gftp/Pkgfile @@ -1,17 +1,16 @@ # Description: Multithreaded FTP client with GTK+2 user interface -# URL: http://gftp.seul.org/ +# URL: https://www.gftp.org/ # Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Juergen Daubert, jue at crux dot nu -# Depends on: gtk +# Depends on: gtk util-linux name=gftp version=2.0.19 release=1 -source=(http://gftp.seul.org/$name-$version.tar.gz) +source=(https://www.gftp.org/$name-$version.tar.bz2) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man --disable-nls + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop |