summaryrefslogtreecommitdiff
path: root/gftp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gftp/Pkgfile')
-rw-r--r--gftp/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/gftp/Pkgfile b/gftp/Pkgfile
new file mode 100644
index 000000000..32c396a3e
--- /dev/null
+++ b/gftp/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Multithreaded FTP client with GTK+2 user interface
+# URL: http://gftp.seul.org/
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Packager: Juergen Daubert, jue at crux dot nu
+# Depends on: gtk, openssl, readline
+
+name=gftp
+version=2.0.19
+release=1
+source=(http://gftp.seul.org/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ ./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
+}

Generated by cgit