diff options
author | Juergen Daubert <jue@jue.li> | 2012-10-18 14:30:31 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-10-18 14:30:31 +0200 |
commit | 222528c6fe1eacea86c359e34dc19ceaaa0a8654 (patch) | |
tree | a9231568ff44f9def4703399ea60803f645f2748 /gftp/Pkgfile | |
parent | 242a066fd7a948e4f2abbdaad6758991d8560afd (diff) | |
download | opt-222528c6fe1eacea86c359e34dc19ceaaa0a8654.tar.gz opt-222528c6fe1eacea86c359e34dc19ceaaa0a8654.tar.xz |
gftpd: dropped
Diffstat (limited to 'gftp/Pkgfile')
-rw-r--r-- | gftp/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gftp/Pkgfile b/gftp/Pkgfile deleted file mode 100644 index cdf14add3..000000000 --- a/gftp/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Multithreaded FTP client with GTK+2 user interface -# URL: http://gftp.seul.org/ -# Maintainer: 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 -} |